Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Had an issue with PB3 of stm32f103c8t6. I wanted to use it but the PB3 is for JTAG. On line 49, what i commened out was what i was using, […]
I found last week pwndbg and used for remote debugging with gdbserver , and it’s a way better experience than simple gdb or gdbdashboard.. give it a try https://github.com/pwndbg/pwndbg
Struggled with a bug on my code for almost two hours. Tried changing the hardware board no improvement . I finally saw the issue. The third image, Idisabled the timer […]
Hello everybody! Did anybody use the blackboard dev board which has the STM32f407VET6? There seems to be problems with debugging these chips. (Also uploading code but I’m doing it using […]
I have a solar inverter monitoring system that monitors some parameters from a solar setup like. Parameters like energy generated by solar panel, energy consumed from grid, energy consumed from […]
I guys, I’m trying to integrate an SD card intro my board based on Renesase DA14708 MCus, low level drivers are provided by the SDK, I added an sd_spi driver […]
Hey everyone! I’m fairly new to embedded development and have hit a puzzling issue I hope someone can shed some light on. I’m working on a project using the nRF52840 […]
Hi, I’m working on a FreeRTOS-based STM32 project where I receive CAN messages using interrupts. I’ve assigned a dedicated task for processing received CAN messages. This task is initially suspended […]
Okay, i found a strange error, ❯ west build -p always -b beaglebone_ai64/j721e/main_r5f0_0 blinky_pwm — -DDTC_OVERLAY_FILE=blinky_pwm/boards/beaglebone_ai64.overlay — Found west (found suitable version “1.3.0”, minimum required is “0.14.0”) — Board: beaglebone_ai64, […]