Search found 27 matches

by Kenjutsu
Mon Jun 01, 2020 4:12 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Nucleo F411RE and serial
Replies: 5
Views: 8132

Nucleo F411RE and serial

Hello everyone I dusted off my Nucleo F411RE board today to get it working again with STM32 Core. I can upload via the onboard ST-Link (after the firmware update) and Mass Storage. My question is where does Serial.print output go? There is a serial port (/dev/cu.XXXX) but no output appears there. Wh...
by Kenjutsu
Mon May 25, 2020 8:35 am
Forum: STM32 HID bootloader
Topic: How to use with PlatformIO?
Replies: 4
Views: 19309

Re: How to use with PlatformIO?

Thank you for your reply. I started working on a custom uploader, which was able to find the PB and started uploading, but the blink program never executed and the serial port was missing after the upload. I knew it had to do with some build flags, but I had no idea which ones, so I put it on ice. B...
by Kenjutsu
Mon May 18, 2020 7:53 am
Forum: General discussion
Topic: New APM32F103CB
Replies: 47
Views: 38229

Re: New APM32F103CB

Thank you for the feedback. Currently, I do not have any of these boards, but I am interested in buying some since Robotdyn products are better quality than most no name products on eBay/AliExpress.
by Kenjutsu
Sun May 17, 2020 1:33 pm
Forum: General discussion
Topic: New APM32F103CB
Replies: 47
Views: 38229

Re: New APM32F103CB

FPU issues aside, does it work under STM32 Core and if so, which option did you select under Board part number? If it works as a standard Blue/BlackPill with confirmed 128k flash, then it is still a good board to buy, IMHO.

TIA
by Kenjutsu
Sun May 17, 2020 1:03 pm
Forum: General discussion
Topic: [Solved]blue pill and ILI9341 tft
Replies: 15
Views: 13402

Re: blue pill and ILI9341 tft

by using constructor for hardware spi Adafruit_ILI9341(int8_t _CS, int8_t _DC, int8_t _RST = -1); Thank you for this, and just to confirm that I could only get hardware SPI working using the three parameter constructor with RST specified, and not the two parameter constructor with only CS and DC . ;)
by Kenjutsu
Sun May 17, 2020 12:59 pm
Forum: STM32 HID bootloader
Topic: How to use with PlatformIO?
Replies: 4
Views: 19309

How to use with PlatformIO?

Good day

How do I use this bootloader with PlatformIO?

It works perfectly under Arduino without fail, so thank you so much for your hard work on this. Under macOS, I have found that only Serial upload worked perfectly each time. Now I can add the STM32 HID bootloader to this list ;)

TIA
by Kenjutsu
Sun May 17, 2020 12:12 pm
Forum: General discussion
Topic: New APM32F103CB
Replies: 47
Views: 38229

Re: New APM32F103CB

blue-man wrote: Sun May 17, 2020 7:44 am So you get an "STM32F103-Clone" with 128KB flash memory - not more.
Have you tested it under STM32 Core and if so, which option did you select under Board part number?

TIA ;)

Go to advanced search