1、使用“ti\c2000\C2000Ware_1_00_04_00\device_support\f2837xd\examples\dual\cpu01_to_cpu02_ipcdrivers”下面的例程,FLASH模式;
2、问题1:编译后出现下面错误(在problems):
Description Resource Path Location Type
Symbol 'IER' could not be resolved cpu01_to_cpu02_ipcdrivers_cpu02.c /cpu01_to_cpu02_ipcdrivers_cpu02 line 135 Semantic Error
Symbol 'IER' could not be resolved cpu01_to_cpu02_ipcdrivers_cpu02.c /cpu01_to_cpu02_ipcdrivers_cpu02 line 170 Semantic Error
Symbol 'IFR' could not be resolved cpu01_to_cpu02_ipcdrivers_cpu02.c /cpu01_to_cpu02_ipcdrivers_cpu02 line 136 Semantic Error
而Console中又没有错误,显示编译完成:
<Linking>
'Finished building target: "cpu01_to_cpu02_ipcdrivers_cpu02.out"'
3、在“Debug Configurations”中,配置cpu2,单独烧写CPU2时出现下面提示,CPU2烧写也能完成
C28xx_CPU2: GEL Output:Memory Map Initialization Complete
C28xx_CPU2: If erase/program (E/P) operation is being done on one core, the other core should not execute from shared-RAM (SR) as they are used for the E/P code. Also, CPU1 will be halted to determine SR ownership for the CPU which will run the Flash Plugin code, after which CPU1 will be set to run its application. User code execution from SR could commence after both flash banks are programmed.
C28xx_CPU2: Error occurred during flash operation: No core matches the pattern 'CPU1'
C28xx_CPU2: Error setting the GSxMSEL register for Flash operations
C28xx_CPU2: Error occurred during flash operation: No core matches the pattern 'CPU1'
C28xx_CPU2: Error setting the GSxMSEL register for Flash operations
………………………..
就是以上问题,谢谢
Brian Wang0:
下面这两个帖子应该可以帮助您:
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/718227?tisearch=e2e-sitesearch&keymatch=C28xx_CPU2:%20Error%20occurred%20during%20flash%20operation:
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/667014?tisearch=e2e-sitesearch&keymatch=Symbol%20%27IER%27%20could%20not%20be%20resolved%20cpu01_to_cpu02_