FYI Ive raised an issue with PFIO.
https://github.com/platformio/platform- ... issues/540
Search found 7 matches
- Sat Jul 03, 2021 11:30 pm
- Forum: General discussion
- Topic: genericSTM32F405RG serial print output
- Replies: 14
- Views: 13120
- Sat Jul 03, 2021 9:24 am
- Forum: General discussion
- Topic: genericSTM32F405RG serial print output
- Replies: 14
- Views: 13120
Re: genericSTM32F405RG serial print output
Thanks for the info. I gave it a try with the arduino IDE, but still not luck 
I might open an issue later considering you also couldn't get it working with the 405 target.

I might open an issue later considering you also couldn't get it working with the 405 target.
- Sat Jul 03, 2021 3:14 am
- Forum: General discussion
- Topic: genericSTM32F405RG serial print output
- Replies: 14
- Views: 13120
Re: genericSTM32F405RG serial print output
Thanks for testing. I just tried a couple of f407 targets and they blink an led but still no serial 

Code: Select all
; board = genericSTM32F407VET6
; board = genericSTM32F407VGT6
board = black_f407ve
- Fri Jul 02, 2021 12:01 am
- Forum: General discussion
- Topic: genericSTM32F405RG serial print output
- Replies: 14
- Views: 13120
genericSTM32F405RG serial print output
Hi,
I am having problems getting serial.print to work on the genericSTM32F405RG. My hardware is a flight controller, but otherwise just a normal F405. Below is the PFIO .ini and main. The LED blinks fine, but no matter what I try to do with serial and setting pins I cant get an output. Serial ...
I am having problems getting serial.print to work on the genericSTM32F405RG. My hardware is a flight controller, but otherwise just a normal F405. Below is the PFIO .ini and main. The LED blinks fine, but no matter what I try to do with serial and setting pins I cant get an output. Serial ...
- Sat Sep 12, 2020 12:24 pm
- Forum: General discussion
- Topic: GD32F130G6U6 and PlatformIO
- Replies: 1
- Views: 7870
GD32F130G6U6 and PlatformIO
Hi Everyone,
I have a small analog video transmitter that turns out it is using a Gigadevice f130g6. From what Ive read about GD is that they use much the same tools as stm. But Im having some trouble setting up PlatformIO. Does anyone have any experience with GD?
Pic of the MCU https://i.imgur ...
I have a small analog video transmitter that turns out it is using a Gigadevice f130g6. From what Ive read about GD is that they use much the same tools as stm. But Im having some trouble setting up PlatformIO. Does anyone have any experience with GD?
Pic of the MCU https://i.imgur ...
- Sun Dec 22, 2019 8:43 pm
- Forum: General discussion
- Topic: [Help] stm32f103 TFBGA bootloader flashing
- Replies: 2
- Views: 8613
Re: [Help] stm32f103 TFBGA bootloader flashing
check if you are accidentally installing something in ram? flash address normally is 0x8000000
Yep, Im using 0x80000000.
After a heap more reading amd checking the data sheet I should have been using genericSTM32F103RB. I also dont need to install the bootloader since Im only using SWD :?
St ...
- Thu Dec 19, 2019 10:08 pm
- Forum: General discussion
- Topic: [Help] stm32f103 TFBGA bootloader flashing
- Replies: 2
- Views: 8613
[Help] stm32f103 TFBGA bootloader flashing
Hi Everyone,
Its been a little while since play with an stm32 but Ive got a new project... repurposing some hardware :)
Below is a pic of a LoRa transceiver with an stm32f103 TFBGA (frsky r9mm/mini). I have been able to hook it up to st link and connect no worries. When I attempt to flash the ...
Its been a little while since play with an stm32 but Ive got a new project... repurposing some hardware :)
Below is a pic of a LoRa transceiver with an stm32f103 TFBGA (frsky r9mm/mini). I have been able to hook it up to st link and connect no worries. When I attempt to flash the ...