Where are the SVD files for the STM32G071 MCU's?
They are meant to be on the product page with the CAD drawings and IBS files but they are missing.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
They are meant to be on the product page with the CAD drawings and IBS files but they are missing.
@Hi Team,I want to play audio clips over I2S like short audio clips - Connected to device , Disconnected etc, so. I converted .wav file to C- code (Im using WAVtoC software to convert C-code)and stored in flash memory. Below I attached the .wav to c...
Hi, I am using Nucleo F303re with STM32 HAL Libraries built by STMCubeMX in order to implement an USB Audio player with bulk transfers. I changed the USB-CDC code a little bit to implement my application. I receive the data in the CDC-Receive-FS func...
Hi All, I'm having trouble understanding a caching problem with the STM32F7. In the ExtMem_Boot example the code calls SCB_DisableDCache() just prior to jumping to the application stored on the external QSPIFlash . However it never returns from t...
Unit came with demo loaded in flash and worked fine, I reflashed some test code and now I want to put demo back.I downloaded STSW-STM32124 which is the STM32303C "C" version demo firmware and compiled and loaded fine with IAR, but will not run. Co...
Chip set : STM32F413xxI would like to implement RNDIS driver + VCP(FS).I wonder that usb descriptor is available or not for this combination.Descriptor was modified for this.VCP was enumerated but RNDIS was not enumerated. error code is 10 from windo...
I used latest CubeMX version and found another one bug in stm32l4xx_ll_usb.c generated by it. If you will compile code using "-O3" optimization level, function USB_WritePMA will not work properly. /** * @brief Copy a buffer from user memory area to ...
For the record the function HAL_SPI_TransmitReceive does not work for a data size of 32 bits.There are at least 2 bugs:HAL_StatusTypeDef HAL_SPI_TransmitReceive(SPI_HandleTypeDef *hspi, uint8_t *pTxData, uint8_t *pRxData, uint16_t Size, ...
Hi,We are looking for a way to leave DFU mode (and the bootloader) and jump to the application without having to follow the mechanism of issuing the "Leave DFU" command, and unplugging the USB cable within the allotted 10 seconds.Is there another way...