Possible PIC16 SPI issue

A forums to allow bugs and problems with Flowcode v6 to be reported and resolved.

Moderator: Benj

Post Reply
GTF
Posts: 170
Joined: Sat Dec 10, 2011 7:21 pm
Location: Canada
Has thanked: 20 times
Been thanked: 52 times
Contact:

Possible PIC16 SPI issue

Post by GTF »

dsPIC33EP512MU810 datasheet note states, "The SMP bit must be set only after setting the MSTEN bit. The SMP bit remains cleared if MSTEN =0" http://ww1.microchip.com/downloads/en/D ... 70616g.pdf (p.341)
PIC16BIT_CAL_SPI.c assigns the value of SMP prior to setting MSTEN. Hence, it appears that Input data is always sampled at the middle of data output time, even if "END" is selected in the SPI component properties.

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Possible PIC16 SPI issue

Post by LeighM »

Thanks for the spot.
I've updated the CAL file (and attached)
Attachments
PIC16BIT_CAL_SPI.c
(15.43 KiB) Downloaded 223 times

Post Reply