What is the default USB settings e.g baud rate, parity, stopbit, databit etc for STM32 when using USB_FS?In this case I can only choose FULL SPEED 12 mb/s. Is that 115200 bps?I'm using STM32F373VBTx processor
Hello guys, how is everyone?I'm facing a challenge of creating a SBSFU standalone USB Custom HID loader for my project. I manage to integrate SBSFU using YModem examples and now the company that i work for decided that we need a loader of our own. I ...
What is new in STM32 USB Device Library v2.10.0?Integration of new USB device Class driver:Adding support of Composite devices with an auto generation of composite device configuration descriptorsUSB All Classes:Fix Code Spelling and improve Code Sty...
I am working on stm32f769 project, running freeRTOS task, with stm32cubeIDE(1.7.0) debugger and freeRTOS NXP viewer.I would like do get backtrace and call stack of a fault happened in a freeRTOS task, without costly tools. I tried the MCU registers ...
STM32F4xx standard peripherals library version 1.0.0 is required.Please tell me how i can get that version.Only the latest version 1.8.0 can be downloaded from ST site.Thank you.
Hi,There are host and slave MCU, both are ST MCU. Slave MCU does not have wifi/ble for OTA upgrade. I would like to use host MCU to download slave MCU image and then use built-in bootloader to upgrade slave MCU.I can find the communication protocol d...
Hi! I'm using STM32F103C8 as MCU. I am quite new to st environment and trying to warm up to cubeide interface & HAL libraries. I am going to design quite complicated circuitry and it requires many pins but the ideal one i picked is F103C8 since i hav...
Hi,I'm wondering why the STM32CubeF7 1.16.1 package only supports "microphone 2" (INPUT_DEVICE_DIGITAL_MICROPHONE_2) within stm32f7508_discovery_audio.c / BSP_AUDIO_IN_OUT_Init() ?Is there a technical reason to do so?I would like to record audio thro...
I tried to implement the USB and SDCard in a single project. but I am facing some problems as mentioned below,Below is my microcontroller configuration:Controller: stm32h743bit6SYSCLK frequency: 480MHzAPB1 &2: 120MHzTO SDMMC1,2: check from 8Mhz to 52...