Search found 19 matches

by Michael Burger
Mon Feb 26, 2024 5:09 pm
Forum: Flowcode V8
Topic: UART string variable question (quick question)
Replies: 9
Views: 2808

Re: UART string variable question (quick question)

Very helpful, thank you!!
Using the RxInt for data capture solved a lot of issues for me.
by Michael Burger
Sat Jun 20, 2020 10:21 am
Forum: Flowcode V6
Topic: Problem with setting dsPIC Clock Speed to 140Mhz
Replies: 13
Views: 11922

Re: Problem with setting dsPIC Clock Speed to 140Mhz

@ QMESAR
@ Benj
@ GTF

Thank you for this thread and posts it was very helpful! :D :D


Kind Regards

Michael Burger
by Michael Burger
Sat Jun 06, 2020 2:23 pm
Forum: Bug Reports
Topic: compiler error
Replies: 6
Views: 2726

Re: compiler error

Ben, This is the test result with the analogs dsPIC33EV256GM106 48MHz CAL 9/4/20 CAL 1/6/20 AN19 Good Good AN18 Good Good AN17 Good Bad AN25 Good Good AN26 Good Bad AN27 Good Bad AN56 Good Good AN48 Good Good AN3 Good Good AN30 Good Good AN16 Good Bad Kind Regards Michael
by Michael Burger
Sat Jun 06, 2020 10:15 am
Forum: Bug Reports
Topic: compiler error
Replies: 6
Views: 2726

Re: compiler error

Hello Ben, With the CAL file from 2 June 2020 AN16 simulates but does not work in the real world once compiled, I will check them all with the latest CAL over the weekend and let you know. Why is the speed for this device limited to 48MHz, it is a 70 MIPS machine and according to Microchip, it is ca...
by Michael Burger
Thu Jun 04, 2020 3:26 pm
Forum: Bug Reports
Topic: compiler error
Replies: 6
Views: 2726

Re: compiler error

Quick Fix, if you have a backup
I replaced the (01.06.2020) CAL folder "C:/Program Data > MatrixTSL > Flowcodev8 > CAL" with a backup copy of the folder (09.04.2020) and it has fixed the compiler issue with the dsPic xx EV xx's analougue channels not working.


Kind Regards
Michael Burger
by Michael Burger
Tue Jun 02, 2020 5:54 pm
Forum: Bug Reports
Topic: compiler error
Replies: 6
Views: 2726

compiler error

dsPIC33EV256GM106 My FlowCode 8 updated on 1 June 2020 now if I compile some of the analog channels don't work but they simulate fine. If I load the pre-update compiled HEX file of the same program it runs perfectly and all the analogs works? I have reported this before and the FlowCode team fixed i...
by Michael Burger
Mon Mar 23, 2020 2:04 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Hello Ben,

I apologize for the long wait, I have been traveling / working on site.

The reset problem was caused by the "Dead Man Timer" ( _FDMT ) it is set as default Enable in FC8 -> Project Options -> Configure, if one is not looking for it specifically it is easy to miss.



Kind Regards
Michael
by Michael Burger
Thu Feb 27, 2020 2:58 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,

Herewith the trace of the Clock (purple) vs Reset at RC8 (Yellow) vs 5V PSU at micro (Blue)


Kind Rgards

Michael
by Michael Burger
Thu Feb 27, 2020 2:55 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben, I have a problem with the dsPIC33EV256GM106 resetting, I have tried to fix this by inserting the "MX_CLEAR_WATCHDOG", switching it off in config, Auto WDT [ON] and also setting the WDT window to [None] It happens at 5min intervals with 48MHz crystal and 12min with 20MHz crystal - this is why I ...
by Michael Burger
Tue Jan 14, 2020 9:41 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

This is how I initialized and used the advanced high-speed PWM module with FlowCode8, thanks to QMESAR for pointing me in the direction, the various configurations and setup of IOCON, PWMCON, PTCON and FLTCON is available in the EV family datasheet. :D
by Michael Burger
Thu Dec 05, 2019 10:16 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,

Thank you, the analogue channels all works very nicely now! :D


Kind Regards


Michael Burger
by Michael Burger
Thu Dec 05, 2019 8:10 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,


If we only have the basic CCP available how does one go about firing two pwm pulses one on the rising edge and one falling edge interlocked with a 20kHz clock, please see attached diagram.

I have spent hours and hours on this with no success.....
by Michael Burger
Wed Dec 04, 2019 4:56 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,


Thank you, it has been a long day, I will test it in the morning and let you know :D


Kind Regards

Michael Burger
by Michael Burger
Tue Dec 03, 2019 9:10 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,

My apologies for the PWM Pin assignment table, herewith a understandable one


Kind Regards

Michael
by Michael Burger
Tue Dec 03, 2019 8:56 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Hello Ben, Further to the Analog issue, I decided to commission the digital side of the system while we are talking about the analog read issue but I am having problems with the PWM configuration with dsPIC33EV256GM106 and Flowcode 8.2.1.13. Is it structured as option 1 or 2 below? Why does the pin ...
by Michael Burger
Mon Dec 02, 2019 4:22 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series? AN2...56 not working

Please help Flowcode 8.2.1.13 / dsPIC33EV256GM106-I In software Flowcode simulates reading AN0-19, AN25-31, AN41-56. The hardware chip only reads AN0,1 none of the others are read. We suspect PIC16bit_Cal_ADC.C has not been upgraded correctly to accommodate the EV series but is set for the another s...
by Michael Burger
Mon Jul 08, 2019 8:43 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,

Thank you very much!

I got the update, it works, I will start using it today :D





Kind Regards

Michael Burger
by Michael Burger
Thu Jul 04, 2019 12:26 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

Re: support for dsPIC EV series?

Ben,

Thank you! Having the EV device would make the design much easier as I don't have to level translate everything this takes up so much space on the board.


Thank again

Michael
by Michael Burger
Tue Jul 02, 2019 1:53 pm
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 10385

support for dsPIC EV series?

Hello,

Does Flow8 have a boult-on for dsPIC33EV64M004, this is a 5V dsPIC and I cannot find it in the device list?


Michael