I want to test my MSP with a simple program (flash led).When i try to debug i receive this error:“Chosen derivative (MSP430F2419) and actual hardware (Device_unknow) do not match”
I do not use Olimex tools. But I think this is what happens:
MSP430F2419 is relatively new and Olimex did not update their JTAG tools. Thus when IAR told the the JTAG tool (by Olimex) to check the chip (F2419), the tool says it found the hardware (the F2419 chip) as an unknown device (because its database did not include it).
You should ask Olimex to update and support newer Devices. At the mean time, you can tell IAR to ignore this and continue.
I thing you are right, becouse i set from IAR option->FET debugger->Texas Instruments another jtag and now i kent programing my MSP430F2419. I forgot to tell you that my jtag it is LPT.
But my problem it’s not entierly solved.
Now IAR after, download my program in flash memory, shows another problem:“The stack plug-in failed to set a breakpoint on “main”.The stack window will not be able to display stack contents.” and it told me to change this settings in Tools>Option dialog box, but does not solve the problem, only does not show the window error.
I hope this problem does not depends in what you have said with that driver.
You probably are using assembly and do not have a label main. IAR debugger did not like that. You can either ignore that error message, or add such a label in you code.