• Higher Priority task deleting a lower priority task?
    I have two tasks. task 1: searches for a string in a list of strings (n-strings are stored in the list). task1 priority: low task 2: invoked by uart receive interrupt to abort the search. task 2...
  • Higher Priority on UART1
    How can I increase the interrupt priority of UART1 of the LPC2364? Due to heavy load on timer interrupts, I'm missing receiving characters every 5 - 10 seconds. The initialization of UART1 is as...
  • Keil 4.73 or higher at 64bit windows
    Hi, Does Keil 4.73 or higher (5.xx) fully supports without any issues windows 64bit? -Kobi
  • SystemClock_Config issue on STM32f769NI only for 200mhz sysclk and higher
    Hi All, Due to CPU package change, I tried to change the CPU from Keil project configuration. But the new project does not work. So when I check the problem part, it is SystemClock_Config() where I...
  • Higher than MSS response in cgi_script() / cgi_func()
    Hi, I am currently developing a web server using SAOP messages. Some message exceeds the limit of a TCP segment of 1440 bytes. How can I send a response of more than 1400 bytes (the limit is...