Workspaces problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workspaces problem

840 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by neonwarrior on Fri Dec 23 17:49:22 MST 2011
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
0 Kudos
Reply
1 Reply

833 Views
lpcware
NXP Employee
NXP Employee
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.
0 Kudos
Reply