Good day guys, I need some help in troubleshooting an issue I’m having with accessing the bootloader on a Nucleo L476RG “slave” board? I’m using a Nucleo L496ZG as the […]
Hey everyone, Thanks for the previous suggestions on tackling the inference timeout issue in my vibration anomaly detection project. I implemented quantization to optimize the model, but now I’m encountering […]
Hey @MCU, MPU & Firmware @Helper Guys, i have a slight logic problem, So i built a BLE HID device using zephyr which tags input from a console and send […]
Hey guys i’m attempting on working on an ESP32 robotic arm control system using FreeRTOS and MQTT, but the system occasionally freezes. I suspect a deadlock between `controlArmTask` and `sendCommandTask`. […]
Hi everyone, @Middleware & OS I’m struggling to find sufficient material on handling non-atomic operations, and I’d appreciate some guidance. I need to maintain a microsecond count in a 64-bit […]
I currently face a situation where I have to use Google Test for C-Code. So I am not really able to use gmock to mock C-modules. What I want to […]
Hey guys, I’m using an AVR microcontroller with Zephyr to read data from an ADC via SPI. I’ve configured the SPI peripheral and device tree, but the data coming back […]
Looking for some help with getting Clock output on MCO1 (PA8) from LSE here’s a snippet of what I am doing. My logic analyzer gets no pulse from the LSE. […]
Has anyone managed to get printf working with floats on an M4 preferable with cmake and vscode. My cubeIDE works just fine.