User Activity

Hi, I am looking to use AEK-POW-BMSWTX battery management system for EV related battery management experiments. Please let me know if I can use AEK-POW-BMSWTX with STM32 microcontroller boards. Also please let me know if any other boards are required...
Hi, I am using STM32F407 board to communicate with a serial device. I have been using HAL_UART_Transmit() to send the data and using HAL_UART_Receive_DMA() to receive the data. Part of the code is shown below. After every receive command I am suppose...