You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PA2 is TX and PA3 is RX for hardware serial output we use PA9 / PA10
Currently we try to investigate this further but stummbeled also accross some other issues that may lay down int the variant itself. The code works fine on a STM32F103 blue pill
The text was updated successfully, but these errors were encountered:
It uses the ELEKTOR_F072C8 variant, an we replaced the STM32F103 by a STM32F072C8T6. This is kind of a custom board for internal development to mimic the ELEKTOR_F072C8 variant.
[Edit]: Problem fixed with current code from Git ( commit 1043594 )
STM32F072C8T6 / Elektor LoRa Node
Seems like #879 the interrupt for the hardware timer is not getting called. We can see that the IO Pins get configured ( PA2 and PA3 ) in this case.
To Reproduce:
Fit a STM32F072C8T6 on a bluepill and put the following code using version 1.8 of the core on the board:
What will be shown on USART 1 is:
And at that Point the code seems to stop at all
PA2 is TX and PA3 is RX for hardware serial output we use PA9 / PA10
Currently we try to investigate this further but stummbeled also accross some other issues that may lay down int the variant itself. The code works fine on a STM32F103 blue pill
The text was updated successfully, but these errors were encountered: