Beans for PWM

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

Beans for PWM

4,680 Views
narayana123
Contributor I
Hai,
i am using MC56F8037 for bldc motor applications.

i have some problem with using BEANS.i tried getting PWm using bean but nothing happened.

could please help me how to get pwm using beans.

prasad
Labels (1)
Tags (1)
0 Kudos
7 Replies

515 Views
ProcessorExpert
Senior Contributor III
Dear Customer,

You can take a look on the bdlc motor control examples using the Processor Expert examples stationery. Use menu command File / New and select Processor Expert Examples Stationery and then select for example Demo Applications / MotorControl / 56F8346 / 3_BLDC_Quadrature_Encoder.

Are you using PWM bean or PWMMC ? For motor control application, we recommend using PWMMC bean which allows to fully use functionality of the hardware. PWM bean is a cross-platform bean which covers only the basic functionality.

The PWM and PWMMC are both high-level beans which cover both peripheral initialization code and runtime control API. If you would like to write the low-level peripheral runtime control code on your own, there is a third bean - the Init_PWM bean available. This bean generates an initialization code only but allows a detailed CPU specific low-level configuration. Please see more details in PE help (using menu command Help / Processor Expert / Processor Expert Help within the chapter Application Design / Basic Principles / Embedded Beans / Bean categories).

best regards
Petr Hradsky
Processor Expert Support Team
UNIS
0 Kudos

515 Views
narayana123
Contributor I
Dear Petr Hardsky,
Thank you for your reply.i am able use tha PWMMC.this file is compiling but once click debug it is giving the following error.

CCSprotocolplugin:CCS:command converter not present

can you help me to avoid this problem
0 Kudos

515 Views
J2MEJediMaster
Specialist I
The CCS error indicates a debugger interface problem. Please check the debugger settings in CodeWarrior's Remote Debugging settings panel and see what they are.

---Tom
0 Kudos

514 Views
narayana123
Contributor I
Dear Sir,
These are debugger remote connection settings.

HW usb ap connection
SIM simulator.

once i click debugger it is showing CCS:core not responding

regards
Prasad
0 Kudos

515 Views
Tonkabot
Contributor III
If he has it set to use the simulator could that be why he cannot download? Also, I thought you had to have the full-up version of codewarrior to use the simulator. Just a thought.
0 Kudos

515 Views
trytohelp
NXP Employee
NXP Employee

What is the Windows OS version used ?

Please can you provide us more info about the problem like error message etc ...

 

Regards

Pascal

0 Kudos

514 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
Can you try with an example created with the wizard ?
File ¦ New ... and select a project for the corresponding EVM board.
By default the connection is not the USBTAP.
Open the tagert settings panel and select USBTap connection.
Is it working  ?
 
Regards
Pascal
0 Kudos