nopnop2002

Results 371 comments of nopnop2002

https://github.com/nopnop2002/Arduino-STM32-CAN/blob/master/README.md >I can not use the blue pill board? No. You can use it. But you have to change core library.

Software requirements STM32 core support for Arduino. https://github.com/stm32duino/Arduino_Core_STM32 You are using other core.

There is some core library for SM32. You are using: https://github.com/rogerclarkmelbourne/Arduino_STM32 This require: https://github.com/stm32duino/Arduino_Core_STM32

You need to read the Reference manual carefully. Especially RCC GPIO and bxCAN are important. https://www.st.com/resource/en/reference_manual/dm00224583-stm32f76xxx-and-stm32f77xxx-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf --- STM32F765xx, STM32F767xx, STM32F768Ax and STM32F769xx alternate function mapping is here. bxCAN seems to...

>From what I saw in the manual, it seems that the CAN part of the 767 and the 466 are nearly the same. It looks the same at first glance,...

>we are short on time and need a working solution within days. It's a lot of work. It is impossible in a short time.

>I used stm32f103vet6 It related to the board part number. It related to the framework of STM32duino. Check hehe. https://github.com/nopnop2002/Arduino-STM32-CAN/issues/44 I think SystemClock_Config is involved, but I don't know the...

I found that: Arduino core support for STM32 based boards uses different clock frequencies depending on the Board Part Number. BlackPill & BluePill use 72Mhz. Generic board like stm32f103vet6 use...

Hello. 0x681