Welcome! Log In Create A New Profile

Advanced

Rumba32 esegue reboot ad intervalli regolari

Posted by anemos 
Rumba32 esegue reboot ad intervalli regolari
July 09, 2020 07:32PM
Salve a tutti, ho una scheda Rumba32 Aus3D v.1.0D sulla quale tramite VSC e PlatformIO ho compilato il firmware MARLIN 2.0.x (configurato: MOTHERBOARD BOARD_RUMBA32_AUS3D) e build usando env: rumba32_f446ve .
All'accensione la scheda fa un regolare avvio ma poi dopo alcuni secondi si riavvia di nuovo in un loop continuo.
Sembra che il watchdog intervenga in modo ripetitivo.
Sto pensando ad un problema hardware e quindi di comprare una nuova scheda, prima però vorrei sapere se altri hanno avuto un problema analogo.
Grazie
VDX
Re: Rumba32 esegue reboot ad intervalli regolari
July 10, 2020 02:17AM
... avete uno schermo LCD? - forse il regolatore a +5V è sovraccarico e la tensione scende troppo (misurare il 5V) ... allora l'Arduino fa anche un reset ...


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: Rumba32 esegue reboot ad intervalli regolari
July 10, 2020 04:58AM
Buongiorno Victor, ho montato uno schermo LCD del tipo reprap discount full graphics controller, il 5Volts risulta essere pari a 4,96 volts quindi entro la tolleranza, comunque ho provato a cambiare schermo con altro uguale ma non cambia niente.
Re: Rumba32 esegue reboot ad intervalli regolari
July 10, 2020 05:06AM
In questa discussione sembra essere lo stesso problema, [github.com]
ma non saprei come cambiare la libreria STM32 su PlatformIO.
Re: Rumba32 esegue reboot ad intervalli regolari
July 11, 2020 12:22AM
in platformio,ini it has

[env:rumba32]
platform = ${common_stm32.platform}

which uses the platform from the following section.
[common_stm32]
platform = ststm32@<6.2.0

there are newer releases [github.com]


But first, platform io has a bad habit of not updating platforms as <6.2.0 means what ever version you already have is fine as long as its less that 6.2.0

first try forcing latest version 6.

[env:rumba32]
platform = ststm32@==6.1.1

and if that doesn't work try v7

[env:rumba32]
platform = ststm32@==7.1.1

Edited 1 time(s). Last edit at 07/11/2020 12:31AM by Dust.
Re: Rumba32 esegue reboot ad intervalli regolari
July 12, 2020 04:18AM
Thanks, I will try
Re: Rumba32 esegue reboot ad intervalli regolari
July 14, 2020 02:27AM
i try to force in Platformio.ini platform=ststm32@==7.1.1
but the build failed with many error :
error "unsupported platform!"
error #include expects "FILENAME" or
error "Oops! Select an STM32F4 board in 'Tools > Board.'"
Sorry, only registered users may post in this forum.

Click here to login