I have an STM32L431RCT6. I'm trying to read the internal temperature sensor using DMA, but I get temperature values > 130 °C.I can read the temperature without the DMA just fine. And the other channels can be read fine using regular conversion or DMA...
Hello,I'm trying to use the CM4_SEV_IRQHandler to send interrupt to the CM7 by CM4. Do you know if there is some documentation about that because the reference manual just give the number of NVIC about this interrupt (p.800/3528)?Can I use this inter...
HI,After having configured the SAI PORT of the STM32L5 to communicate with a CODEC do you know how to recover the data ?Thank for your helps Regards
I was trying to do baremetal programming and using L412 controller. I am facing trouble with I2C.
my board is nucleo64 f401re. I used DMA and Idle interrupt to receive data of uncertain length. it works when baudrate is 115200. but it receives up to 16 bytes under baudrate 921600, other bytes has been losed. I want to higher speed, how to fixed t...
I am trying to configure Timer 2 input capture using to Measure Pulse - Width. I don't know how to measure Pulse - width. if any one know help me.
Hi,I am working on a BMS project using STM32H723, L9963E/T.Currently I have implemented SPI code which communicates with L9963E in Polling method. To improve upon the time taken by the device for communication, I am planning to go ahead with SPI DMA....