User Activity

Hi all,  I have profiled the motor using the motor profiler V5.4.8 where the motor was able to achieve 4500RPM, and then created a position control project CMWB V6.2.1. the motor is using 4096CPT incremental encoders as a primary feedback source. Wit...
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...
Kudos from