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.
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();`
@superbike_z I am curious for one question there are many boards compatible with embedded linux and also zephyr. As far as I know zephyr is an RTOS and linux is […]
How you guys deal with the Device Tree file? Now I understand device tree syntax quite a bit I still don’t get how I can write my own
@umeshlokhande sorry for mentioning. As you work with FreeRTOS a lot can you please guide me how should I can port one for my `STM32F411CEU6`