Forum Posts
Multiple Calls to HAL_SD_WriteBlocks Results in timeout error
Hello All,I am having an issue interfacing an SD card to the STM23H7.I am using the SDMMC1 with 4 bit wide bus. When testing HAL_SD_WriteBlocks , I can write and read from the card successfully at various lengths (different number of blocks). But I...
Resolved! AcousticBF initialization not working on STM32H7
Hi,I'm trying to setup the SMARTMIC package on my STM32H743 board with the CCAO2M2 board and MEMS microphones, and I want to use the beamforming library (AcousticBF version V2.2.0). But when i call the BF_init function, I pass in the HardFault_Handle...
Resolved! FIrmware faulty jumps into DFU mode while plugging into my PC.
STM32L422kbHi,I have created a USB sensor project through MX cube as FreeRtos based CDC device in FS mode. The sensor is detected as a com port in the device manager while I connect to the USB port in my PC. But sometimes it won't, It detected as a D...
noisy audio recording after averaging data
I am using F446 board with CCA02m2.when I just send the audio to USB output, I can record data in audacity. But if I do simple processing such as averaging data, the output is high clipped data.I checked the data range and overflowing. there is no pr...
Resolved! Does the latest STM USB-PD Core stack support Electronically Marked Cable ?
If it does support EMC, how can I read some ID information from the cable?
Get data from USB_ReadPacket function
I am using a STM32F4 on a custom board with USB configured as custom hid device.I need to know how to get the received data from the USB_ReadPacket placed inside the HAL_PCD_IRQHandler (I suppose this is the function called when the device receive da...
How can drive this USB_HRF1036 via Python?
Hello All,I bought a USB to DAQ board from a very lousy company DAQVANTech.Due to very poor support, I would like to try ST forum.The board is like the attachments.And, it uses STM32F103VCT6 as you can see on the screenshot.I very appreciate if anyon...
Resolved! Can't Ping Device After Writing to QSPI w/ RTOS
I have full IwIP functionality inside a RTOS task due to this knowledge article: How to create project for STM32H7 with Ethernet and LwIP stack workingI am able to erase, write, and read the QSPI flash using a BSP_QSPI test function inside main. Thi...