Resolved! SVD errors on STM32H725 USB2
SVD version 1.2, vs RM0468 Rev 3SVD file contains references to a second usb module that doesn't exist.OTG2_HS_DEVICEOTG2_HS_HOSTOTG2_HS_PWRCLK
SVD version 1.2, vs RM0468 Rev 3SVD file contains references to a second usb module that doesn't exist.OTG2_HS_DEVICEOTG2_HS_HOSTOTG2_HS_PWRCLK
Hello,I have a problem with download speed updates of SW STM32CumbeMX and STM32CubeIDE and downloading packages. I find that I download it from 92.122.48.112:433orbut max speed is 160kB/s. Is there some settings to select server for actualization?Tha...
I am trying to use the system bootloader G071 MCU with NUCLEO board using USART2. The factory programmed flash option bytes are 0xFFFFFEAA, and after I modify the nBOOT0 bit the MCU resets and the bootloader is activated after setting FLASH->CR |= FL...
I am trying to use the Mbed USBSerial class on an STM32F767VI and it works fine. I also have CAN3 RX setup on pin PA8 (USB SOF) and a GPIO on PA10 (USB ID). I am not using the SOF or ID functionality, but initializing the USB makes it so those pins d...
I am trying to connect a STM32F417 to a Linux-host (RHEL 8 / CentOS 8) via FS-USB (USBX) as a CDC ( VCP ) device under AzureRTOS(ThreadX) + USBX. On the Linux host, it appears as '/dev/ttyACM0'.This results in the Linux host tries to send 'at' comman...
Hi, I am using zephyr rtos for my application. I am running basic Blinky example on ST boards. I am able to build and flash that examples on nucleo_h743zi board. however same example am trying to run on nucleo_f439zi board. Here am getting "Invali...
Hi guys, my Lidar sensor named Livox Tele-15 communicates via ethernet. It gets IP by connecting to the modem in its own example application. It transfers data by connecting to IP in computer software. I want to control Lidar with a controller from S...
Hello everye one, i have a customized bootloader and firmware, i need pass som argument from the first one to the last one, in both project, at linker scripr file i have the following:MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 12K ...
Hi,I have a NUCLEO-L552ZE-Q board and I am practicing/learning the USB-C protocol. All I need is to set the voltage of USB-C to a higher voltage that the charger is capable of. The default is set to 5v.In my situation, the adapter can supply up to 12...
Can anyone tell whether the USB audio streaming extension is supposed to be compatible with the USB peripheral of STM32G4?It is clear that the application part of the extension has to be ported, but is the extension supposed to work without modificat...