User Activity

Hi everyone,I'm working on decoding an SBUS signal, which uses an inverted normal UART protocol, supposedly at 100 kBd. However, I'm consistently encountering a HAL_ErrorCode 4 (which I believe indicates a framing error). The setup works fine when th...
HiI have a weird problem and do not understand where it could come from and thus do not know how to solve it. I am adding list entries to a list, and it seems to function correctly when I add them hardcoded. However, when attempting to add an entry r...
Hi Is there a way to sort of set a breakpoint to figure out which part of my code is messing with a specific memory address in STM32CubeIDE?I've got this dynamically allocated address that keeps getting changed by something else in my code, and I'm t...
HiI suddenly have a strange trap, even if i go back to a working version in Git. Any Ideas? Thanks and cheers 
Hi allI'm pretty sure this was already a topic, but i haven't found a solution yet. Since i'm a beginner i definitely need some help here.I'm sending UDP data with LWIP and FreeRTOS. It works, but after some (random) time the code gets stuck at    co...