CRC algorithm with PCAN-MicroMod FD Configuration tool?

Universal Plug-in Module with I/O and CAN FD Interface
Post Reply
Adrian
Posts: 5
Joined: Fri 19. Apr 2024, 14:42

CRC algorithm with PCAN-MicroMod FD Configuration tool?

Post by Adrian » Fri 19. Apr 2024, 14:49

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).

M.Maidhof
Support
Support
Posts: 1751
Joined: Wed 22. Sep 2010, 14:00

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

Post by M.Maidhof » Fri 19. Apr 2024, 15:25

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

Adrian
Posts: 5
Joined: Fri 19. Apr 2024, 14:42

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

Post by Adrian » Tue 23. Apr 2024, 09:11

Thank you for your reply.
I will give it a try.

cornypolard
Posts: 2
Joined: Fri 31. May 2024, 06:45

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

Post by cornypolard » 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?

M.Heidemann
Sales & Support
Sales & Support
Posts: 1083
Joined: Fri 20. Sep 2019, 13:31

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

Post by M.Heidemann » Fri 31. May 2024, 12:53

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
---
Marvin Heidemann
PEAK-Support Team

Adrian
Posts: 5
Joined: Fri 19. Apr 2024, 14:42

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

Post by Adrian » 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?
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.

cornypolard
Posts: 2
Joined: Fri 31. May 2024, 06:45

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

Post by cornypolard » Tue 4. Jun 2024, 11:43

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!

Post Reply