Workspaces problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Workspaces problem

835件の閲覧回数
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 返信

828件の閲覧回数
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 件の賞賛
返信