Posted on April 16, 2013 at 12:04
Hi,I am working on a project with STM32F4 and FreeRTOS. I have a SPI ISR for receiving data from SPI in the speed of about 5Mbps, I also have a task which handles those data. The Queue is used to be between the i...
Posted on April 16, 2013 at 16:27That's exactly what I tried. I know clearly that all the 4bits should be given as preemption bits(which is NVIC_Group_4) and the interrupt using FreeRTOS API should have priority number between 11 and 15(which is map...
Posted on April 16, 2013 at 16:14Well. I've tried your suggestion. I only receive data but not doing any processing, but the task stops still. So it seems that the problem might not be the slow processing.