User Activity

I am using a STM32L431KCU6 microcontroller and reading data from I2C every 90ms. I would like to implement a sleep mode to achieve lower power consumption, I am using timer6 which generates an interrupt every1ms for system run time. I was thinking I ...
Hi,  I'm attempting to use UART3 on a STM32L431CC to transmit 9 bit data, I've created the following code after reading https://community.st.com/t5/stm32-mcus-products/9-bit-uart-transmission-stm32-cubemx-hal-driver/m-p/327138 With the code below I a...
I’m experiencing an issue while developing firmware on a STM32L431CCU6 connected to: Xbee module (XB3-24Z8CM-J) via UART1RS485 driver (ST1480ABDR_ Via UART2 HAL_NVIC_SetPriority(USART1_IRQn, 0, 0); HAL_NVIC_EnableIRQ(USART1_IRQn); HAL_NVIC_SetPriori...
Hi all, I'm trying to receive UART data from an xbee module, I've noticed the xbee is sending out the data correctly (using a logic analyzer) however the STM32L431KCU6 is not receiving this data properly and instead seems like the data is being buffe...
Hi,I have attempted to follow the AN5201 application note page 26 to configure the IIS2DLPC accelerometer to generate an interrupt at every threshold however this interrupt is never generated. I have tried to print the value of SIXD_SRC register and ...
Kudos from