User Activity

Hi!I have a SPI master that communicates in the following way:CS is setStart sending data in the following format - 2 bytes of "request"2 bytes of crc for the "request"x bytes to clock out the response from the slaveCS is releasedOn the slave side (S...
Hi all!I am wondering what possibilities (and how) there are when it comes to customizing the code generation from STM32CubeMX.I would like to be able to output the stuff that goes in /Src and /Inc to another folder instead in order to keep my projec...
I am developing software for a system (using HAL API) that communicates over CAN and I recently got into some issues related to thread-safety. I am using STM32L496ZGT6 mcu.Some background info:My main "thread" runs cyclically in a predetermined tick ...