Workspaces problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Workspaces problem

838 次查看
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 项奖励
回复
1 回复

831 次查看
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 项奖励
回复