STM32 Phase Vocoder Algorithm
Hi! I'm looking to implement a phase vocoder algorithm on an STM32F4/STM32F7 and I was wondering if anyone has already done this and can provide suitable resources?Thanks!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi! I'm looking to implement a phase vocoder algorithm on an STM32F4/STM32F7 and I was wondering if anyone has already done this and can provide suitable resources?Thanks!
Hello,I am using "NUCLEO-H743Zi2" eval board. I am using it for UART communication. I had configured UART4 in it as following;PA0 as UART4_TXPA1 as UART4_RXWhen I tried to transmit, it is not transmitting more than 2 bytes. While receiving, it is not...
Hi,I'm attempting to set up an STM32U575 as an I2C slave. (The master is a F301)My problem is that the slave only receives one byte, and then proceeds to disregard all of the following data.I have set up a switch that turns on an RGB LED, depending o...
Hello im Khoi. i get big trouble with stm32l431rct, when i using freeRtos . Task1 i using spi comunication . Task2 i get ADC DMA . When i disable Task2 program no problem. But i enable task2 get problem spi hardfault-Handler . Excuse me :((
Hi during development of program I found weird behaviour. I am using STM32G030C8T6 MCU. I am trying to connect external device using HC-05 bluetooth module. In my project I also connect with devices using MAX3485 module for RS485 communication. I wro...
I have a breakpoint in the interrupt, but when i debug this point, the scope does not show the signal (red) as expected.It should be high and not low, as you can see in the picture.
Hello,I wonder if it exists an Ux_Device_HID example project for STM32U585ZITxQ mcu or the way to convert the Ux_Device_HID project for STM32U585AIIXQ present in the examples for a different packaged mcu. Best regardsIlaria
I am using CAN1 pins to Connect to the driver board (SN65HVD230). All Voltages are good. I am using 2 PCAN dongles with 120 Ohm terminations at both ends of the BUS with the Nucleo CAN shown above in the middle of the bus. I ported the code f...
Hello,I have custom board with STM32F301R8T6 and connected 4 channel slider sensor. I want to copy an example present in STM32CubeIde called TouchSensing_Linear. There in the configuration files such as tls_user.c, tls_user.h are includes for tls.h a...
Hi,Some doubts on the ECC functionality on STm32h74x.How can we know if the data can be corrected for cases DEDF and DEBWDF ? I always see the DEDF and SEDF fields set in my case. This bits are set when the control is hit the main(), and then I clear...