Tool/software: TI C/C++ Compiler
Team,
my customer is getting the following warnings when compiling their MSP430FR6989 project:
Warning #1
Description Resource Path Location Type
#10229-D output section ".rts430x.data" refers to load symbol "_nop" and hence cannot be compressed; compression "rle" is ignored nonLegalFirmwareVersion.c /project/nonLegalRelevant/app/nonLegalFirmwareVersion/src C/C++ Problem
Do you have any hint where this warning comes from?
The referred file (very simple) does not seem to have any failures.
Warning #2
Description Resource Path Location Type
<a href="processors.wiki.ti.com/.../10420"> For FRAM devices, at start up, the GPIO power-on default high-impedance mode needs to be disabled to activate previously configured port settings. This can be done by clearing the LOCKLPM5 bit in PM5CTL0 register. nonLegalFirmwareVersion.c /project/nonLegalRelevant/app/nonLegalFirmwareVersion/src C/C++ Problem
They do not use the MSP430 header, so the symbol is not defined. However, they do configure the port in a different way.
Thanks and best regards!