2024-05-20 02:45 AM
Implement CAN Communication on STM32F407 discovery board using register level programming.
In which we transmit some messages and receive same messages in loopback mode. Can you please write the code for this.
2024-05-20 02:55 AM - edited 2024-05-20 02:57 AM
Hello,
Simple: you can use CAN HAL examples and test then inspire from the diver implementation and see how it was implemented. And you need to use a CAN transceiver with the F407 discovery board in normal mode. The tranceiver is not needed in loopback mode.
2024-05-20 03:17 AM
But I don't want to use HAL examples. I want register level programming. Could you please help me out.
2024-05-20 03:24 AM
I didn't say you have to use HAL, I said you can inspire from the driver implementation and the register sequence handling after testing a HAL example.
2024-05-20 03:37 AM
Could you give me the example code for can communication in stm32f407 board. Just using register level programming.
2024-05-20 03:47 AM - edited 2024-05-20 11:09 PM
Hello,
There is no CAN code example with register level. Inspiring from HAL driver will not be a hard task to do and sorry, I don't think there will be people that will do that job in your place unless he/they did it already and share it with you.
2024-05-20 03:12 PM