Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP430FR5994 HI teams:
I am currently doing SPI communication between two chips. MSP430 is used as a slave. I want the slave to receive data through DMA, then parse it and then send the data…
Part Number: MSP430FR5994 Hi Team,
I want to delay execution by "__delay_cycle" function. But I don't know the mechanism of it. And how long it will be last?
With best regards,
Gaosheng
Part Number: MSP430FR5994 Hi,
We are using MSP430FR5994, in that we would like to disable JTAG after manufacturing and Boot-loader programming.
To do that we have seen 'Blow Security Fuse' option available. But once we blown fuse, how we can enable…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430F5529 Good Afternoon, I am trying to use the resource explorer to import a project template and I receive this error: {"msg":"COM3: Could not power up the device.","name":"COM3","type":…
Part Number: MSP430FR5994 Hi,
in slau367 @ page 829 stands:
"but it can hold SCL low if intervention of the CPU is required after a byte has been received."
Question is: how can I hold the SCL line low, to signal to the master that some processing…
Part Number: MSP430FR5994 I am writing a program to calculate the mel-frequency coefficients of an audio signal using the spectrum - for the same, I want to use the support of an embedded RTOS - one of the references I have is written in RT Thread - while…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: TPS3431 , , MSP-FET Good morning,
In my project I'm evaluating the hardware watchdog timer TPS3431 in order to reset the MSP430FR5994.
I would like to know:
- can directly connect the…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: LDC1312 , Hello everyone in MSP430 land, I have a project on a custom board. I’m using an MSP430FR5994 with an LDC1312 (inductance to digital converter) on an I2C bus (actually there are four…
Part Number: MSP430FR5994
I am trying to implement a neural network model on a MSP430FR5994 - the model will be pre-trained offline and only needs to run on the MCU. The purpose of the project is to capture audio signals - process them through FFT and…