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.

MSP432P401R: SPI Bit Rate set to 24M

Part Number: MSP432P401R

Hi

I'm trying to set the SPI bit rate to 24M (or even higher) but SPI init failed, since the clock picked for the SPI is low due to the power level.

How do i set the highest power level (force AWAKE) and make the SPI use higher clock?

The highest that i'm able to set is 6M SPI bit rate, and it is with 12M SMCLK. I saw that with power level 3 I can get higher SMCLK.

LL Flow: in SPIMSP432DMA_open calling PowerMSP432_getFreqs- which is calling Power_getPerformanceLevel()

Level returned is 2, which returnes SMCLK value of 12M.

I see that if i will be able to set the level to 3, the SMCLK will be 24M thus ill be able to set the SPI to higher bit rate

Thanks!

**Attention** This is a public forum