About Audo codec example code with STM32H747I-DISCO
HiI have a STM32H747I-DISCO boardI want to test Audio codec ( WM8994ECS/R ) with SAII didnot find an example code for it.Can I get an example code for Audio Codec with IOC file
HiI have a STM32H747I-DISCO boardI want to test Audio codec ( WM8994ECS/R ) with SAII didnot find an example code for it.Can I get an example code for Audio Codec with IOC file
I just bought a STM32G071B-DISCO because I was looking at using an ST32 in my USB-C application and I'd hoped this could be an analyzer and a starting point. However it constantly disconnects and loses contact with the board. No refreshing brings it...
hello!USB Clock Not surport PLLI2SQ?
USBD_CUSTOM_HID_SendReport(...) returns USBD_OK but nothing being send when code is generated with firmware version 1.12.1, but this function works without any problem in firmware 1.12.0
Hi, I'm trying to output sound on my touchGFX application on STM32H747I-DISCO. I used the BSP example from STM32Cube_FW_H7_v1.11 ( wich work fine) to implement the same process in a thread in my main code.So as a first step, i expect to loop the exam...
Hello, I wonder if it exists a basic example or application note illustrating how to configure the USB_OTG peripheral (host mode) of Stm32u5xx mcu as virtual port."Device USB" is anymore available under Middleware in STM32CubeMx and the USBx stack is...
Hi, I'm using STM32F429 to build a prototype. I found my board couldn't enter the USB bootloader mode. What I found was: Connect Boot0 to 3.3V via 100k ohm resistor, no pull down on Boot0. The MCU could enter USB bootloader mode properly. I can see a...
Hi, I'm trying to write i2c ISR by myself with LL. But after START condition address don't transfer(I see it in my oscilloscope), although I write to I2C1->DR address of slave and read reference manual with attention for proper handling.I generate in...
Hi,I prototype the use the USB virtual com port on a STM32F407 Discovery board andit worked without any problem. I then repeated the exercise on our custom board(STM32L4P5VGT6), the first stage was just transmitting it worked without aproblem. Now ad...