Content originally posted in LPCWare by bitos2002 on Mon Apr 08 14:49:32 MST 2013
Hello all,
can any one help me with a problem. I've spent all the weekend, and i couldn't resolve it.
I have imported some examples in LPCXpresso, for example SimpleDemo, and it works properly in my LPC1769.
My problem is that when I create a new project for LPC1769, when the program call the vTaskStartScheduler() function, the programs seems that don't do anything else. If I put a breakpoint inside a task, never stops on in it.
Anyone knows why the sample projects work properly and my new projects don't do it.
Anyone have FreeRTOSConfig.h file for LPC1769. Could be the problem?
I use CMSISv2p00_17xx library and FreeRTOS_Library. For SimpleDemo I have CMSISv1p30_LPC17xx.
I attach a Test Project in order that anyone look for my mistakes. I also put SimpleDemo and UART projects too.
Thaks in advance for your help.
Oscar