User Activity

Hi,I'm currently developing a PLC-like device based on a STM32F429ZI. It works with FreeRTOS, and the I/O logic is implemented in a single C function, which only accesses a couple of buffers (the locations of which are known prior to compilation). Th...