Page 1 of 1

CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Fri 19. Apr 2024, 14:49
by Adrian
Hello all,
Is it possible to configure on a MicroMod FD module a CRC16 algorithm on a CAN signal, using the PCAN-MicroMod FD Configuration tool?
I cannot find anything about this in the documentation and nothing similar seems to be available in the tool (at 'Transmit Symbols' configuration).

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Fri 19. Apr 2024, 15:25
by M.Maidhof
Hello,

for this kind of application you have to write an own firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack. The standard fimrware and the Configuration tool doesn't offer this option at the moment.

regards

Michael

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Tue 23. Apr 2024, 09:11
by Adrian
Thank you for your reply.
I will give it a try.

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Fri 31. May 2024, 06:52
by cornypolard
Could you offer guidance on writing custom firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack?

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Fri 31. May 2024, 12:53
by M.Heidemann
Hello,

Did you check the readme file inside the devpack?

Besides listing the contents there is a dscription as to how to use the Devpack

BR

Marvin

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Mon 3. Jun 2024, 08:13
by Adrian
cornypolard wrote:
Fri 31. May 2024, 06:52
Could you offer guidance on writing custom firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack?
Check the examples provided in the pack for PCAN-MicroMod_FD, they cover an extensive range of topics.
Make sure you have installed Visual Studio Code and follow the steps in ReadMe.txt file.
I managed to implement the features I was looking for without any problems.

Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?

Posted: Tue 4. Jun 2024, 11:43
by cornypolard
Adrian wrote:
Mon 3. Jun 2024, 08:13
cornypolard wrote:
Fri 31. May 2024, 06:52
Could you offer guidance on writing custom firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack? hill climb racing
Check the examples provided in the pack for PCAN-MicroMod_FD, they cover an extensive range of topics.
Make sure you have installed Visual Studio Code and follow the steps in ReadMe.txt file.
I managed to implement the features I was looking for without any problems.
Thank you for your information!