Part Number: MSP430F5342 Dear TI experts,
Now I'm testing MSP430F5342.
I have some problems with the synchronization between ISR and LPM3.
Assume that we have an ISR in our program.This ISR's trigger time is impossible to predict.
Now when we…
Part Number: MSP430F5342 HI,
I'm trying to figure out some code that reads and writes bytes to/from the SPI bus.
Where would I find this documented?
My biggest concern is that I see the code having to write a byte of 0xff to be able to read a byte…
Part Number: MSP430F5342
Hello,
I have recently tried to create a custom BSL for the MSP430F5342 device using the template found in the MSP430 Custom BSL Package .
I used the template for the MSP430F543xA device and changed the memory map to a)…
Part Number: MSP430F5342 Debug Software:IAR For MSP430 V7.12.1
Debug Tool:MSP-EXP430G2 LaunchPad
Debug Platform:Self-Designed MSP430F5342 Circuit
There is something wrong with my Debug.The program download and verify successfully.However,it cannot…
Part Number: MSP430F5342 Hi Team,
Problem Statement: IAR Generated checksum is not matching with Software Generated (Code) checksum.
We have used the IAR (v6.40) and enabled the checksum option in IDE to generate the checksum for designated address…
Part Number: MSP430F5342 Dear Sir/Madam,
my customer is seeing a +/- 0.1V difference when waiting longer after enabling ADC and settling Vref for MSP430F5342? Anyway to get a stable ADC setup?
The code used to setup ADC:
Initialization:
i…
Found the answer, this link is very good at explaining the different parts of the .cmd file:
software-dl.ti.com/.../sdto_cgt_Linker-Command-File-Primer.html
Jace, thank you for your help. This thread has been very helpful to me.
John,
The standard code example would take care of any pre_init issues that could be there as they are standalone projects. Typically, you should not have an issue with pre_init as it is not messed with. Module operation is independent of pre_init…
Hi George,
No I have not resolved the problem; just found a workaround (when I pushed some of the static variables down from to file level to inside a function, the correct space was allocated).
I am in the midst of a project that's overdue, so I…