PDM, CRC
Hallo. I use stm32h747 with touch gfx. I connected PDM microphone and have error in decoding PDM to PCM, it looks Touch gfx use CRC module and stop PDM to PCM decoding. Is possible use at one system tgfx and PDM ?BR
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hallo. I use stm32h747 with touch gfx. I connected PDM microphone and have error in decoding PDM to PCM, it looks Touch gfx use CRC module and stop PDM to PCM decoding. Is possible use at one system tgfx and PDM ?BR
Hi,I am trying to enable flash readback protection (level 1) on a STM32F411VET6 using the following HAL code: FLASH_OBProgramInitTypeDef OptionsBytesStruct = {0}; HAL_FLASHEx_OBGetConfig(&OptionsBytesStruct); if (OptionsBytesStruct.RDPLevel...
Using STM32CubeMX have configured the USB FS device, Debug with 5-pin interface and the SDMMC as an 8-pin interface to drive an eMMC component. The tool is flagging the USB device with a yellow triangle and when you hover on it, the message states p...
Hello everyone,I have a small project of sending a serial messages to a remote device using Ethernet. I decided to use LwIP with Netconn API and FreeRTOS to divide the design into threads and send the data using Ethernet. I made multiple threads an...
Hello, I am using a custom board with stm32f411ce and I want to communicate with an SD card over SPI. I have written my own SPI library and I'm trying to write most of the code using registers. I have searched an SD example with registers and found o...
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 ...