Question about the MSP430 Errata.
CPU34: CPU may be halted if a conditional jump is followed by a rotate PC instruction
Looking at the workaround...is the only viable solution to view assembler code to check if NOP is inserted after a conditional jump statement (JZ, JNZ...)?
CPU39 has a table that shows workarounds implemented with certain versions of software, and changes that have to be made to compiler, etc...
But is there any workaround for CPU34?
Or does the table in the Errata for CPU34 stating software, but no versions, mean that the fix is already implemented in any versions of those softwares?
Thanks,
Darren