User Activity

Hi.I'm using STM32F746-DISCOVERY EVM with CubeIDE (v1.4.2)I'm trying to send uart rx char via osMessagePut API in uart ISR to other task which waits uart que.in uart isr callback, when I get rx char, I send rx byte via osMessagePut ().void HAL_UART_R...
Hello.I'm using STM32L476RGT and I have a question regarding uart error recovery.MCU is talk to slave MCU via UART, actually rs485.Now main MUC is talking to 3 slave MCUs via UART and it's working well but randomly, there happening uart error.Error c...
Hi.I'm trying to use LSM6DSL sample code from "https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lsm6dsl_STdC/example/read_data_simple.c" which is official url from ST.I build code and got error due to missing of "LSM6DSL_F...
Posted on October 16, 2015 at 07:51Hello.I'm trying to use DMA for graphic LCD control on F429(STM32Cube_FW_F4_V1.8.0).LCD spec is 160x128 and color is 16bit(RGB565) and bus type is 8bit parallel.So I'm using FMC to access LCD and now it's working w...