News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

PIC24FJ64GA004 - Programmable CRC module -

Started by Wimax, Oct 08, 2023, 05:38 PM

Previous topic - Next topic

Wimax

Hello Everybody!

Has anyone experienced the CRC module built into the Pic24fj64ga004 with Positron16 ?

flosigud

Seems like no one has experience with this. If it was my problem I would start by translating the  C examples in the document below.
And read the document of course.

http://ww1.microchip.com/downloads/en/DeviceDoc/30009729b.pdf

Wimax

Thanks for the suggestion, I will try to study a little (I hoped to be able to copy from someone better than me, but I failed  ;D )

flosigud

Translating from Microchip C is is at least Simpler than from Arduino. I use search and replace a lot.

Wimax

I was very curious to get an opinion from someone who had perhaps already tried using the internal module, impressions of use, performance etc.
Yes, I will try to do as you suggest !  ;)

Wimax

I finally got to try the HW module for CRC calculation, it is really fast !.
I found a very interesting application note with some C code to translate and a few NOPs to enter (which I had overlooked) to make it all work properly.