FreeRTOS first experiences
Posted: Tue Mar 24, 2015 12:11 pm
I have been trying to get FreeRTOS sdk running by using https://github.com/espressif/esp_iot_rtos_sdk .
I got everything compiled and downloaded to bard but the baudrate the strange default one 74880 and I have not found any Linux app supportin that.
After browsing the source usr app is in user_init(), not FreeRTOS standars not_main() . Uart seems to be initialized in app_main() that is part of libmain.a that's closed source so there is no way to check how uart is initialized or how to change baudrate.
There is uart.o in libmain.a but that's different than examples/drivers/uart.c so that does not help either.
Kate
I got everything compiled and downloaded to bard but the baudrate the strange default one 74880 and I have not found any Linux app supportin that.
After browsing the source usr app is in user_init(), not FreeRTOS standars not_main() . Uart seems to be initialized in app_main() that is part of libmain.a that's closed source so there is no way to check how uart is initialized or how to change baudrate.
There is uart.o in libmain.a but that's different than examples/drivers/uart.c so that does not help either.
Kate