Anyone who used FreeRTOS before can suggest me a good documentation for it
Anyone using any tft display with capacitive touch?
@umeshlokhande Have you tried to make a firmware to implement OTA update?
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`