USB host application based on the Audio IN class
Hello,I've seen other posts provide links to examples for "USB host application based on the Audio OUT class". Are there any for audio in?Thanks
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Hello,I've seen other posts provide links to examples for "USB host application based on the Audio OUT class". Are there any for audio in?Thanks
Hello Forum, As I am newbie to this forum I might have posted this question to wrong place, if so please guide me to correct place, Thanks in advance.recently I started to learn ARM Cortex M microcontroller. I bought B-L475E-IOT01A Discovery kit for ...
Does anyone know where to find a code example for using DCMI on STM32F746G-DISCO? AN5020 says there are 5 examples based on STMCubeMX (section 8.3 p53). But, I can't find any examples for this when I try using STMCubeMX. It doesn't matter which SELE...
I have made a simple program flashing LED's from both cores and sending data between the two cores using a struct that resided on the same memory space for both.I used latest STM32CubeMX (Version: 6.9.2), STM32CubeIDE (Version: 1.14.1), and latest ST...
Dear Team, I am trying build Ethernet function with Eval Kit NUCLEO-H723ZG with STM32H723ZG MCU. However, Mostly is okay but i cannot ping to IP address set in Init. Could you check and recommend. Brgs, Thinh
Hi,I have STM32f407G-DISC1 board. My problem is, when i give the power my micro controller with usb(with pc) than i can go in main less than 1 sec. but when i give the power from 5V pin than it takes more than 2 sec. How can i make this time shorter.
How can I port my stm32f7508-dk project from hardware C-02 to C-03when install the same binary file the screen will hang , that’s due to change in the flash memory ,now how to update the driver for flash memory g??thanks and regards
I have Nucelo-F303RE but needed easy access to the pins and needed to keep track of their names, but so just sharing a pic of what I came up with: Note you will need two socket headers with long pins of size at least 1x19 (in my case I used 2x20 caus...
I have an STM32F7508-DK evaluation board. I would like to implement a simple web-server (http) on itbut none of the examples that I compiled seems to run on it.Do any of you have a simple LWIP+FreeRTOS working example for such a simple eval board? I ...
Hi Everyone, I am trying to interface with LCD16x2 on STM32F030C8 custom board but I have some issues. I have LSE crystal on my custom board but HSE is not. When I debug my code, I have this problem: And when I run it, program does not work well and ...