• canot finish aduc7061project
    hi every one i am making my graduation project with aduc7061 and I wrote the code but I cant debug it alot of error in libraries and I don't know how to check on cod before and after burn without but...
  • how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • SLIP problem
    Hi, Im working with an MCBSTM32E (STM32F103ZE chip) evaluation board and Im trying to create a web server on my board. Because theres no Ethernet controller on board Im using an external WiFi module...
  • Problem in creating more than 6 task in freertos
    Hi all, I am using tm4c129encpdt controller. I have copied freeRTOS demo code from TIVA 2.1. I have created 6 empty task they are running fine,but when i create 7th task controller gets hanged at...
  • SLIP using SPI ?
    Is it possible to use MDK-pro IP networking SLIP with SPI physical interface, which can run faster than UART?