======================================== // For devices with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE, STM32G4xx) #define UMEM_SHIFT 0 #define UMEM_WIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xB, STM32F303xC) // #define UMEM_SHIFT 1 // #define UMEM_WIDTH uint32_t // The name of the IRQ handler must match startup_stm32.s #define NAME_OF_USB_IRQ_HANDLER USB_LP_IRQHandler
in
„STM32G484 USB CDC Code läuft nur wenn mit <= -O1 kompiliert“
·
Mikrocontroller und Digitale Elektronik
·