User Activity

Hi,I am currently implementing a guitar effects pedal using the STM32F446RE and the PCM3060 as my CODEC.I have gotten everything to work, except when I try to adjust the following parameterscf0_lim = (int)(time*l_CB0);cf1_lim = (int)(time*l_CB1);cf2_...
Hi,I am currently implementing a guitar effects pedal using the STM32F446RE and the PCM3060 as my CODEC.I have gotten everything to work, except when I try to adjust the following parameters cf0_lim = (int)(time*l_CB0); cf1_lim = (int)(time*l_CB1); c...
Hi,Am trying to correctly connect to my external NOR flash memory using my STM32F446RE's DMA.Am not sure how to go about this and the libraries I have tried are not working at all.Here's a link to the library I tried to test the connectivity between ...
Hi,I would like to know if there are any resources for learning and understanding how to communicate (read/write/erase) from an external flash memory using SPI.I am using an STM32F446RE and my external flash memory is a w25q128.Ideally I would like t...
I am currently using the HAL function ```HAL_I2S_Receive (I2S_HandleTypeDef * hi2s, uint16_t * pData, uint16_t Size, uint32_t Timeout)```in order to collect an input signal (currently being tested with a function generator 440 Hz sine wave). However,...