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.
Hello everyone, Good day. I have been battling a bug for almost 24 hours on my Energy meter project and discovered the bug had to do with the “volatile” keyword. […]
Hello, I’m working on a project using an STM32MP157f-DK2 board running an Asterisk server on a Bootlin Linux image. The board is connected to my home network via a D-Link […]
@marveeamasi how to solve this error
@ming_58391 @32bitwidesaviour could you guys help me decipher these please flasher@flasher:~ $ dmesg | grep -i imx219 [ 0.064637] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10 [ 3.758979] platform 3f801000.csi: […]
it seems like west cant find the stm32programmer after an update
Good day @everyone I am trying to use the printf and the SWV for stm32f401CDU6 board wrote my code on the stm32cubeIDE (main.c) I have pasted the ITM funtionality code […]
void SysWriteDebugConsole(const char* s) { asm(“mov r0, #0x04\n” // SYS_WRITE0 “mov r1, %[str]\n” “bkpt #0xAB\n” : : [str] “r”(s) : “r0”, “r1”); }
i am getting error after calling ` vTaskStartScheduler();`