Hello,
after a Software modification I had 100 warnings like this:
relocation from function "ADC12_ISR" to symbol "l_this_file" overflowed; the 17-bit relocated address 0x125f8 is too large to encode in the 16-bit field (type = 'R_MSP_REL16' (161), file = "./sources/bsp_adc.obj", offset = 0x00000028, section = ".text:_isr:ADC12_ISR")
After I changed he Silicon Versoin from msp to mspx and also the Runtime Support Library: rts430.lib . After the warnings disappear but after software loading (MSP430F5829) the System was blocked: Message: Failed Software Reset: Could not Access devices - security fuse is blow.
I couldn't understand why?