Content originally posted in LPCWare by NXP_Europe on Fri Dec 30 08:10:15 MST 2011
Quote: neonwarrior
I have two workspaces.
One with CMSIS only and my LCD display works fine but not my PWM code (I can't control the frecuency measuring after a low pass filter).
And another workspace with CMSIS, lib_MCU and FreeRTOS; and here the same PWM code works fine but not my LCD display.
I don't understand what's going on.
I want the LCD display and the PWM in the same project working.
Please help!!!
Thanks in advance.
Neon
Hi Neon,
In second workspace, you have FreeRTOS as well. Check whether your PWM project is using FreeRTOS or not. In general, if you want to combine two CMSIS complaint project, you can create a fresh project and add the necessary files to use functions from both projects.