Search found 2 matches

by 654321
Wed Jan 03, 2018 5:34 pm
Forum: AVR & Arduino
Topic: Bugs in CAL SPI for AVR
Replies: 2
Views: 5200

Re: Bugs in CAL SPI for AVR

I'm using Arduino/ATMega328P and ATMega2560.
by 654321
Tue Jan 02, 2018 1:55 pm
Forum: AVR & Arduino
Topic: Bugs in CAL SPI for AVR
Replies: 2
Views: 5200

Bugs in CAL SPI for AVR

Hi, I think that are several bugs in CAL SPI for AVR in Flowcode 7.3.0.5 and maybe you could check. 1. When you set Prescale to Fosc/64 you will come to the code in AVR_CAL_SPI.c with MX_SPI_PR_SCALE_X == 64 and set it to 2 but now a few lines down, you will have another match for MX_SPI_PR_SCALE_X ...