Other Parts Discussed in Thread: MSP430FR6043, MSP430FR5994
Tool/software: TI C/C++ Compiler
Hi there !
Im'm having troubles with TI-RTOS in my MSP430FR6043 uC.
I start by creating a empty proyect for MSPFR5994 with version 15.12.4.LTS for the compiler. The reason for this is when i installed the TI RTOS 2.20 package, the tirtos.mak file had the 15.12.1.LTS version on it and the 15.12.4.LTS version was the closest one i found to download. By doing this, I'm able to build the proyect with no errors and warnings.
Then, in the proyect properties, i replace the MSP430FR5994 device for my MSP430FR6043. By only doing this, the proyect build again with no errors and warnings. I included the header "MSP430FR6043.h" and was able to turn the led ON/OFF with the line P1OUT ^= BIT5 in the only thread created in the empty proyect.
The thing is, the all proyect is still based on the MSP430FR5994 and i'm worried with bigger programs to fall apart. I tryied a few things based on the following link:
The problems i encounter are with the next steps:
1) Changing in the XDCTOOLS setting the platform from ti.platforms.msp430:MSP430FR5994 --> ti.platforms.msp430:MSP430FR6043
2) In Proyect Properties --> Build --> MSP430 Linker --> File Search Path i modify some path to include my MSP430FR6043 instead of MSP430FR5994
And when i build the errors are the following:
gmake: *** [build-439384353] Error 2
gmake: Target 'all' not remade because of errors.
gmake.exe: *** [package/cfg/empty_pe430X.xdl] Deleting file `package/cfg/empty_pe430X.c'
gmake.exe: *** [package/cfg/empty_pe430X.xdl] Deleting file `package/cfg/empty_pe430X.h'
gmake[1]: *** [build-439384353-inproc] Error 1
ti.catalog.msp430.MSP430 : Device MSP430FR6043 is not supported.
I don't get it. By executing the tirtos.mak there was no errors, all the libraries and drivers are created for my MSP430FR6043.
Any help would be awesome!!
Let me know if you need some other information or clarification.
Best regards,
Pedro.