Results 228 comments of Tilen Majerle

Update: for test, I moved from the `add_subdirectory` approach, to `file(GLOB_RECURSE...)` instead. Now all files are added to the project as a target, and not as a library anymore. And...

Edit: No, after I closed the window and opened again, it stopped working again, regardless of how cmake is configured.

I'm not getting correct data if I well understood your point. I'm testing on 2 PCs, same project, and something seems to be wrong with CMake Tools extension, because suddenly...

1. Is the CAN bus configured to 500kbit in STM32? 2. Is the STM32 clock running with external oscillator and system clock is properly set? I'd start by verifying those.

Your device receives some data as seen in the tool you use, but if you have a frame error, means you have data corruption. In 99.9% of the time, it...

Packets are going out - this you can see. What are the data packets? Is *frame error* meaning invalid CANOPEN packet, or invalid CAN packet? Fact is that stack does...

It is a state that hasnt been updated by sensor until humidity measured actually changed the value. Ill check the rest but might be challenging to get data back again

The issue is that line below must not be green, because anything above 80 must be red

For me, you always have to know where "end of" linkedlist is, otherwise how do you know where to start? I may not fully understand this part of littlefs. And...

I'm kinda confused. If littlefs performs update "in place", then this destroys the whole point of wear leveling in my view. Or am I wrong?