How to access OTG_FS_DEVICE registers?
I am using Nucleo-STM32F767 board. I want to access usb device registers and do register level programming for my project.
I am using Nucleo-STM32F767 board. I want to access usb device registers and do register level programming for my project.
Hi, i have a simple bootloader and a application on top. Both works fine so far. But after the implemented the bootloader my UART2 is not working anymore. so no output.When i remove the bootloader (change linker file and system... file) UART function...
The Interrupt vector table for both the Bootloader and the Application Project are shared at 0x800000 register location,but when code pointer jumps to Application project the interrupt vector still remains at 0x800000 and the application project has ...
Using STM32L552 Bootloader to flash new firmware via CAN-FD port only the first 512 bytes are changed starting from address 0x8000000 even though Write Unprotect (0x73) and Readout Unprotect (0x92) has been sent according to AN5405. Erase Memory (0x4...
Hallo, I'm using the Nucleo board for STM32U5, LL drivers for USART1 and DMA.in my main.c the init function are:static const charlong_string[] = """What's the problem""???????\r\n""";static void MX_USART1_UART_Init(void){ /* USER CODE BEGIN USART1_In...
"Hello,After several research attempts, I could not find what I was looking for. That’s why I am posting this message today. I need to connect my microcontroller (STM32L4R9AI) to an EG915U modem through USB.The microcontroller uses the latest HOST US...
I am attempting to add a UDP service to my TCP project. However, I do not see a way to select the UDP services in the .ioc configuration.I have successfully implemented UDP in my Nucleo F4 project, but the TCP project is using an Nucleo H723 target/p...
Apologies - posted to wrong forum groupHost: amd64, 8GB RAM, 500GB SSD, 440GB available Ubuntu 20.04, all current updatesInstalled the debian amd64 1.11.2 CubeIDE and 6.7.0 MX.Created a simple H750V application using MX. The IDE installed thecurr...
Hi, I'm new to building by using CubeIDEActaully, I'm kind of lost for building my project.When applying freeRTOS provided by CUBEIDE, a freertos.c file is generated. I want to use including a C++ header file and C++source code and using a C++ class...