Other Parts Discussed in Thread: TMDXEVM3358 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/722999/linux-tmdssk3358-qca7000-driver-configuration 器件型号: TMDSSK3358 主题中讨论的其他器件…
Other Parts Discussed in Thread: TMDXEVM3358 , WL1835MODCOM8B 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/995310/wl1835modcom8b…
Other Parts Discussed in Thread: TMDXEVM3358 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/676455/linux-am3352-u-boot-fails 器件型号: AM3352 主题中讨论的其他器件: TMDXEVM3358
工具/软件…
Other Parts Discussed in Thread: SN74LVC16T245 , TMDXEVM3358 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/766600/am3358-nor-flash-related-pin-treatment-at-boot 器件型号…
Other Parts Discussed in Thread: TMDXEVM3358 开发板用的是TI官方TMDXEVM3358,我在原来的rasterDisplay.c中定义了一个数据缓冲区:
#define LCD_WIDTH 480 #define LCD_HEIGHT 272 unsigned int LCDBuffer[LCD_WIDTH*LCD_HEIGHT+8];
然后在程序中将原来的显示代码去掉,修改成自己加的代码,如下:
memcpy(LCDBuffer, image1, sizeof…