Part Number: LP-MSPM0C1104
Other Parts Discussed in Thread: MSPM0G3507, MSPM0C1104
Hi,
On my older MSPM0G3507 boards, I developed code on it using gcc/makefiles, as this was good for my development process.
I've recently got an MSPM0C1104 launch pad, and notice that in mspm0_sdk_2_10 you no longer provide the build enviroment using gcc. Now I can easily create a makefile and use arm-none-eabi-gcc to compile. But what I need to use for the MSPM0G device was the startup file startup_mspm0g3507_gcc.c. This file set up the various interupt handlers, and the interupt vector table, and basic interrupt and Reset handler.
Now I could easilly enough write a similar file for the mspm0c1104 - I expect 90% would stay the same as from the mspm0g3507 device, and it just taking on changers in the TRM between the G and C devices. But was wondering if you have a standard startup file for the mspm0c1104 - if so could you pont me to it, and I'll use it.
Regards,
David Summers.