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).
CRC algorithm with PCAN-MicroMod FD Configuration tool?
Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?
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
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?
Thank you for your reply.
I will give it a try.
I will give it a try.
-
- Posts: 2
- Joined: Fri 31. May 2024, 06:45
Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?
Could you offer guidance on writing custom firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack?
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?
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
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
Marvin Heidemann
PEAK-Support Team
Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?
Check the examples provided in the pack for PCAN-MicroMod_FD, they cover an extensive range of topics.cornypolard wrote: ↑Fri 31. May 2024, 06:52Could you offer guidance on writing custom firmware for the PCAN-MicroMod FD using the compiler and examples from the PEAK-Dev pack?
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.
-
- Posts: 2
- Joined: Fri 31. May 2024, 06:45
Re: CRC algorithm with PCAN-MicroMod FD Configuration tool?
Thank you for your information!Adrian wrote: ↑Mon 3. Jun 2024, 08:13Check the examples provided in the pack for PCAN-MicroMod_FD, they cover an extensive range of topics.cornypolard wrote: ↑Fri 31. May 2024, 06:52Could 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
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.