Search found 3 matches
- Wed Aug 19, 2020 10:51 am
- Forum: General discussion
- Topic: STM32L412 uart not working
- Replies: 5
- Views: 6096
Re: STM32L412 uart not working
Hey, thanks a lot, I have been able to switch to HSI with Cube generated clock config.
- Tue Aug 18, 2020 6:39 am
- Forum: General discussion
- Topic: STM32L412 uart not working
- Replies: 5
- Views: 6096
Re: STM32L412 uart not working
Ok, so to clarify. I just found out that the default Serial.write is linked to USART2_TX on pin PA2 and Serial.read to USART2_RX on pin PA15 as Alternate function. Wire works with I2C1 pins PB6/7. This is really confusing. Is there any resource to the pin mapping on various Arduino compatible MCUs ...
- Fri Aug 14, 2020 3:20 pm
- Forum: General discussion
- Topic: STM32L412 uart not working
- Replies: 5
- Views: 6096
STM32L412 uart not working
Hello, it is my first post here. I have a custom board (essentially QFN32 adaptor) with STM32L412K8T6. I could program the board via USB in DFU mode, but the firmware didn't run until I soldered external crystal.
For the project I am using uart and I2C ports. I have tested the I2C on pins 29(PB6 ...
For the project I am using uart and I2C ports. I have tested the I2C on pins 29(PB6 ...