Re: Problem getting CAN to work on STM32F767
Posted: Fri May 06, 2022 6:20 pm
That was new to me, thank you.fpiSTM wrote: Thu May 05, 2022 3:23 pmThis is normal like some function are weak you will have no linker error but for those you redefine (like hal_can_msp_init) are defined in a cpp file and so are decorated by the compiler and will never get called instead the default weak will be called....0v3rcl0ck3d wrote: Thu May 05, 2022 2:15 pmSince there are no linker errors and the code compiles, I don't think this will make any difference. However, I tried without any success.