Welcome! Log In Create A New Profile

Advanced

Build errors for blackpill

Posted by daaar 
Build errors for blackpill
May 21, 2022 06:14AM
I am building marlin for blackpill (stm32f401cdu6 is installed on my board) but got error [pastebin.com]
Perhaps I forgot to specify something? As far as I understood the error with USB?
platformio.ini [pastebin.com]
board json [pastebin.com]
Re: Build errors for blackpill
May 21, 2022 05:01PM
There are two STM32F401xC variants already supported by Marlin. Try selecting one of them & see what happens using VScode to compile.
  • FYSETC_CHEETAH_V20 (environment: FYSETC_CHEETAH_V20)
  • CREALITY_V24S1_301F4 (environment: STM32F401RC_creality)

STM32F401xC has more than enough FLASH and RAM to run all the Marlin options.
Re: Build errors for blackpill
May 23, 2022 11:33PM
@daaar

I cannot find a black pill using a stm32f401cd

many stm32f401cc or stm32f401ce

Could you link where you got it?
Re: Build errors for blackpill
May 24, 2022 12:27AM
I had a play with this on current marlin bugfix

I cannot reproduce this error

Environment         Status    Duration
------------------  --------  ------------
genericSTM32F401CD  SUCCESS   00:00:11.723



I have attached a full diff of all changes

Pins in pins files are randomly allocated

Edited 2 time(s). Last edit at 05/24/2022 12:32AM by Dust.
Attachments:
open | download - diff.log (6.3 KB)
Re: Build errors for blackpill
May 24, 2022 11:44AM
I bought blackpill with stm32f401ccu6 but got it with stm32f401cdu6
Re: Build errors for blackpill
May 24, 2022 11:45AM
I built the firmware on my linux machine but got no errors with the same sources
Sorry, only registered users may post in this forum.

Click here to login