nopnop2002
nopnop2002
Regarding send fail, past issues (closed issues) are helpful. Mostly due to terminating resistors or cable quality. Many people have encountered this problem and solved it by changing the terminator...
peripheral_clock_rate is not cpu frreuency. cpu frreuency = peripheral_clock_rate x 2 Arduino core support for STM32 based boards uses different clock frequencies depending on the Board Part Number. BlackPill &...
>Since STM32F103R8T6 is 72Mhz not 64. peripheral_clock_rate is not cpu frreuency. cpu frreuency = peripheral_clock_rate x 2 Arduino core support for STM32 based boards uses different clock frequencies depending on...
>Should i switch out the board part number? If you use bluepill or blackpill in Platformio.ini, it will be 72Mhz. It has nothing to do with this issue. But everyone...
I think you can build custom boards using BluePill and BlackPill variants. However, the GPIO of the Serial object changes for the Generic board, BluePill, and BlackPill. The output destination...
Keep STAB length as short as possible.
If you have a BluePill or BlackPill, you can identify the problem. Try BluePill or BlackPill.
There may be a problem with your custom made PCB. If it works fine with BluePill/BlackPill, then there may be a problem with your custom made PCB. BluePill/BlackPill works absolutely.
>It was cause i was monitoring on the UART. This is the UART output. Something is wrong. Testing on a custom PCB is even more confusing. Testing on a custom...
@orhaneee How to remap CAN port for stm32f103: https://github.com/nopnop2002/Arduino-STM32-CAN/tree/master/stm32f103