Page 1 of 1
AVR_CAL_PWM.c
Posted: Sat Sep 10, 2016 11:39 am
by Alan_37
Hi
After making the last update I can't compile my project to hex , I am having these Errors
See Attachment .
Re: AVR_CAL_PWM.c
Posted: Sat Sep 10, 2016 12:28 pm
by Alan_37
Changing cal_pwm.fcpx with the old in the component folder will fix the problem .
But don't know why .
Re: AVR_CAL_PWM.c
Posted: Sat Sep 10, 2016 8:48 pm
by EtsDriver
It might be the same problem as PIC side of PWM macro had with declaring some things inside the PWM file:
http://www.matrixtsl.com/mmforums/viewt ... 64&t=18084
Re: AVR_CAL_PWM.c
Posted: Sat Sep 10, 2016 9:56 pm
by Alan_37
Hi EtsDriver
Just tried to replace the file from that POST but it seems to be the same File in the
Last update so it dose not fix the problem .

Re: AVR_CAL_PWM.c
Posted: Tue Sep 13, 2016 5:47 pm
by Benj
Hi Alan,
Please can you post the project that is generating these compilation errors and I will investigate.
Thanks
Re: AVR_CAL_PWM.c
Posted: Tue Sep 13, 2016 5:52 pm
by Benj
This should fix the problem.
The file needs to be placed into the "Flowcode 7/CAL/AVR" directory.
Re: AVR_CAL_PWM.c
Posted: Mon Sep 19, 2016 10:08 pm
by Alan_37
Hi Benj
Yes i Can confirm that the file AVR_CAL_IO.h Fixes the problem
Thanks
Alan