Search found 1 match

by maksimp
Mon Mar 29, 2021 4:43 pm
Forum: General discussion
Topic: Arduino STM32 USB initialization Stall Problem Ask Question
Replies: 2
Views: 1990

Arduino STM32 USB initialization Stall Problem Ask Question

0


I am developing on Nucelo-64 L476RG board, Serial and USB used to work before with stm32duino, now, perhaps I am doing something wrong, The below code stalls at USB_CoreInit() which is before the setup()

void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
SerialUSB ...

Go to advanced search