Hello Forum,
I am currently working on a project which uses ethernet, uart, spi etc. While ethernet standalone working properly but when I add 2 uart stack in e2studio then I got kill_shared in debugging while its working with single uart.
Thanks in advance
Hi - would like to help but I’m not sure how your question relates to FreeRTOS.
Hello Richard,
The program exit after xTaskNotifyWait function.
Code asserted at portASSERT_IF_INTERRUPT_PRIORITY_INVALID. Why this problem is coming after adding second SPI stack library to the stack?
I am using 1 timer, 2 uart, 2 spi and ethernet.
Did you configure all the interrupt priorities when you added new devices?