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).
YTM32B1MD14; 使用YT TOOL 生成的SDK,不能使用绝对地址仿如: const uint32_t ID4adr attribute((at(uds_boot_ver_num_adr1)))=uds_boot_ver_num; MDK报警:unknown attribute "at" ignored
恩,自己定义section,然后放到对应的section就可以了
还是不行。代码如下: #define uds_boot_ver_num1 'AAC3' #define uds_boot_ver_num_adr1 0x0000F3EF const uint32_t ID4adr attribute((at(uds_boot_ver_num_adr1)))=uds_boot_ver_num1; //
读出uds_boot_ver_num_adr1 地址值,发现值为FFFFF...; 而不是想定义的AAC3。
发帖前请查看
帮助没办法联网的电脑使用YCT
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...