User Activity

Posted on December 02, 2017 at 03:42 Hi, I just took two days to trace a bug that only appeared when I was doing concurrent reads & writes on my SD card from separate threads in FREERTOS. The bug is in sd_diskio.c and needs fixing intwo fun...
Posted on August 15, 2017 at 05:00Hi,has anyone ever managed to send a standard CAN overload frame on an stm32?So far, I could only find error handling for incoming frames but no way to send one myself.#can #overload
Posted on July 24, 2017 at 03:33 Hi everyone. I have stumbled across an odd problem and would like to share it here and ask if someone knows a solution. Following scenario: I created an empty Project for my custom pcb F2 (see project's ....
Posted on July 12, 2017 at 04:50 Hi, following scenario: I use one SD card on my pcb (4 wire sdio) with fatfs and FreeRTOS. The generated driver init function from ST looks like following (ff_gen_drv.c): uint8_t FATFS_LinkDriverEx(Dis...
Posted on June 06, 2017 at 04:35 Hi, I just upgraded from F2 HAL library v1.4.0 to v1.6.0 and noticed that CAN_Receive_IT now uses two separate RxMessage buffers in its CAN_HandleTypeDef struct. One per CAN FIFO, as can be seen here: static...