2021-03-02 07:52 AM
Hello, I have a few questions about STM32 microcontrollers:
So ...
In the past I only used Programmable Logic Controllers, with all communications built in, so sorry if my questions are "wrong"
Thanks everyone!
2021-03-04 06:58 AM
Because I also have to manage inputs and outputs, and in the future I will have to manage other equipment (in can, or rs485 or other)
But also, I have security (CAN data) if there is a problem I have to stop the equipment concerned, and I cannot rely on windows for that (in the event of a crash it will no longer check anything)
2021-03-04 07:24 AM
And why not a Raspberry Pi, with dozens of "shields", AFAIK Ardino-compatible ?
Basic price would be in the same range as an MCU board, but much more comfortable development environment.
And much larger developer community.
2021-03-04 08:11 AM
UPDATE : Ok so i work with the FDCAN Classic frame networking example and i begin to understand !
2021-03-04 08:18 AM
Makes sense. (Consider QNX for real time PC operating system, used in some cars for just those reasons).
Ensure:
Paul
2021-03-05 12:19 AM
Thank you very much for your help and your advice !
I already use the watchdog in my ATmega but for the other point this is good to know !
I work on the first CAN for the moment ! thank you !