Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
const uint8_t usFlashInitVal[] attribute((at(0x20000000))) = {0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88};有尝试过这样写入,会提示Warning[Pe1097]: unknown attribute "at"
需要声名一个section,将这个变量用attribute指定到此section中,这个section再link文件中定义再DTCM所在的地址段中
如果用的是YT-LINK的话,参考如下GIF里的操作流程,增加DTCM data区域。
yt0069 谢谢!已经解决。
Frankie 谢谢!已经解决。
帮助没办法联网的电脑使用YCT
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...