问答

汇集网友智慧,解决技术难题

shifeng88

TA的家园币:177  

  • AutoChips开发板收到后,使用KEIL5开发,打开例程显示找不到...

    本帖最后由hailang19881003于2021-3-2415:24编辑开发板收到后,使用MDK开发,显示大家有遇到的吗?ErrorinstantiatingRTEcomponentsError#540:'AutoChips.AC781xDevelopmentKit::BoardSupport:AC781xDevelopmentKit:DebugInterface:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips.AC781xDevelopmentKit::BoardSupport:AC781xDevelopmentKit:OLED:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips::Device:ATCDrivers:DMA:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips::Device:ATCDrivers:GPIO:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips::Device:ATCDrivers:I2C:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips::Device:ATCDrivers:UART:1.0.0'componentisnotavailablefortarget'GPIODEMO'Error#540:'AutoChips::Device:Startup:1.0.0'componentisnotavailablefortarget'GPIODEMO'

    ps 开发板 keil5 Chip ev TI

    2021-03-24 18
  • lcd1602滚动显示

    #includetypedefunsignedcharuint8;typedefunsignedintuint16;sbitrs=P2^6;sbitrw=P2^5;sbite=P2^7;uint8a[16]="perchindesigned";uint8b[27]="welcometotheworldofmcu";voiddelay(uint16i)//1us{while(i--);}voidwrc(uint8c){delay(1000);rs=0;rw=0;e=0;P0=c;e=1;delay(10);e=0;/*P0=c

    LCD1602 ui typedef unsigned RS

    2021-01-30 1
  • mdk在头文件中不能调用HAL库函数

    有大神知道mdk在头文件中不能调用HAL库函数是什么原因吗。

    MDK 函数 库函数

    2021-01-09 8