Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSBIOS
Hello,
We are using the standard TI BSL code with UART enabled. We are able to generate TXT files for applications that are then loaded using BSL-Scripter. We have modified the linker script
FLASH (RX) : origin = 0x00004000, length = 0x000FC000
.intvecs: > 0x00004000
However, when building an application using SYSBIOS we are not able to make it work. The application works fine at address 0x00000000
We have modified the linker script
FLASH (RX) : origin = 0x00004000, length = 0x000FC000
And also the sysbios cfg file with:
m3Hwi.resetVectorAddress = 0x4000;
We are trying initially to make the SYSBIOS work without the BSL code, and it fails before even reaching main()
Any idea what we are doing wrong?
Thanks,