Other Parts Discussed in Thread: MSPM0G3507, , MSPM0G1506, SYSCONFIG
Tool/software:
Hi,
I´ve imported the example project mspm0_sdk_2_05_00_05\examples\nortos\LP_MSPM0G3507\bsl\bsl_uart_flash_interface -> and set it to MSPM0G1507.
After the import I´ve changed the package in sysconf and the global symbol under compiler settings (__MSPM0G1507__ instead of __MSPM0G3507__).
Then I fixed the linker cmd file to have the right addresses ->
SRAM_INT_VECS(RWX) : org = 0x20200000instead of
SRAM_INT_VECS(RWX) : org = 0x20000000
Then I´ve added a GPIO to BSL_PI_UART_init() in order to switch on an LED on my board in order to see if its working. Futhermore I´ve switched pins for the UART PA0/1 instead of PA10/11.
When I flash the device the LED will not light up.
What have I done wrong?
Thanks!
Best regards
Steffen