Part Number: MSP430FR5969
Hi,
i got 3 HWI-s at GPIO ports, maybe its stupid question, but im not sure if i should temp disabled them for fram r/w, tcp connection and UART communication.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP430FR5969
Hi,
i got 3 HWI-s at GPIO ports, maybe its stupid question, but im not sure if i should temp disabled them for fram r/w, tcp connection and UART communication.
Disable interrupt--- enable FRAM write permission --- write data into FRAM --- disable FRAM write --- enable interrupt
To disable/enable interrupt you can use the function below
void __disable_interrupt(void);
void __enable_interrupt(void);
**Attention** This is a public forum