PIC33EP512MU810

General discussion on mikroBasic PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

PIC33EP512MU810

#1 Post by nervous » 22 Jul 2012 08:32

Hello sirs

Is my fault or seems the MCU PIC33EP512MU810 don't have any link with the PWM library ?

Not the simple PWM library nor the MC_PWM

I'm start to develop a project with this MCU and... at all I need this library ...


Thanks in advance
Cheers
Nervous

nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

Re: PIC33EP512MU810

#2 Post by nervous » 22 Jul 2012 14:58

Over that....

PPS_Mapping_NoLock(80, _OUTPUT, _PWM1L)

the compiler say...

131 303 Identifier "_PWM1L" was not declared EC810b2.mbas

but _PWM1L coming directly from the help file....

"_PWM4H RPn tied to PWM output pins associated with PWM Generator 4"


Waiting for some help
Cheers
Nervous

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: PIC33EP512MU810

#3 Post by janko.kaljevic » 24 Jul 2012 16:31

Hello,

For this purpose you should use OC constants.
For example _OC1. the list of constants can be found in device documentation:
http://ww1.microchip.com/downloads/en/D ... 70616F.pdf
page 212.

At the moment PWM library is not added for PIC24EP/dsPIC33EP controllers.
But we are working on this and we will implement it as soon as possible.

Best regards.

nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

Re: PIC33EP512MU810

#4 Post by nervous » 24 Jul 2012 17:53

janko.kaljevic wrote:Hello,

For this purpose you should use OC constants.
For example _OC1. the list of constants can be found in device documentation:
http://ww1.microchip.com/downloads/en/D ... 70616F.pdf
page 212.

At the moment PWM library is not added for PIC24EP/dsPIC33EP controllers.
But we are working on this and we will implement it as soon as possible.

Best regards.
I hope so... This chip have 7*2 MC PWM, and 16 OC (than potentially 16 PWM more) and the QEI interface, that do of this MCU a perfect tool to control axis. Don't got the PWM on the development compiler mean have the legs broken :)

I really hope to eard about a development board born to MC/EP controllers. Born to control axis.

The information you give me... It's ok, but normally I read a lot of time the datasheet (and the errata too) but the problem seems different... if the MC_PWM isn't yet implemented in this MCU the const of _PWM1 cannot be in place...

Janko. I've at list 4/5 development board of your company and 3 compilers. I'm telling... I would like buy one more, Isn't aggressive what I say. But sometime really I'm not shure to finish my projet (was isn't a hobby) using your tools.

I really hope to have some support as the PRO prefix of your compilers says.

thanks in advance for your kind help.
Cheers
Nervous

nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

Re: PIC33EP512MU810

#5 Post by nervous » 08 Mar 2013 16:43

janko.kaljevic wrote:Hello,
At the moment PWM library is not added for PIC24EP/dsPIC33EP controllers.
But we are working on this and we will implement it as soon as possible.

Best regards.
Also in the release 6.0 the motor PWM library aren't available.

Just to remember....
Cheers
Nervous

nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

Re: PIC33EP512MU810

#6 Post by nervous » 25 Feb 2014 15:38

nervous wrote:
janko.kaljevic wrote:Hello,
At the moment PWM library is not added for PIC24EP/dsPIC33EP controllers.
But we are working on this and we will implement it as soon as possible.

Best regards.
Also in the release 6.0 the motor PWM library aren't available.

Just to remember....
Also in the release 6.2 the motor PWM library seems unavailable
Cheers
Nervous

Post Reply

Return to “mikroBasic PRO for dsPIC30/33 and PIC24 General”