晶片是dspic33ep256mc504
用mcc core v5.5.0
16-bit bootloader v1.22.1
我使用16-bit bootloader後再bootloader與application個別compile都沒有問題
但把application load到bootloader變成loaderable project後出現下列錯誤
據我所知 address 0x0 是reset vector的位置,但gen code出來的檔案不像32bit的mcc會弄出linker script
(1600) "../AU1803.X/dist/default/production/AU1803.X.production.hex" argument : data in "../AU1803.X/dist/default/production/AU1803.X.production.hex" conflicts with existing data at address 0x0
(1600) "../AU1803.X/dist/default/production/AU1803.X.production.hex" argument : data in "../AU1803.X/dist/default/production/AU1803.X.production.hex" conflicts with existing data at address 0x1
make[2]: *** [dist/default/production/bootloader_dspic33e_mc.X.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 2s)
請問各位先進是否有辦法解決這個問題? step by step