User Activity

Hi allI know the question title sounds weird but here is the actual thing I would like to know about.So, I have an array of 1000 bytes which I apparently use in the HAL_DAC_START_DMA function, and then start the DAC DMA trigger timer. This works supe...
Hi allI'm reading wave files from sd-card using FATFS library. So far everything is working fine but if I want to open any file whose name contains any number for e.g.8BitAudio.wav, Audio8Bit.wav etc (here the number is the f_open function returns ...
HiI'm just trying to run a simple DAC program using the DMA but its not working. The details are as follows:signed 16bit int lookup table with the size of 128using timer 2 trigger out event for DAC DMADAC on OUT1 (PA4 pin) and DMA stream 5 selected o...
If i disable the ethernet (comment the MX_LWIP_INIT function) the USB works fine. I am only using the cube MX generated code no fancy thing at all. The next thing I tried to do was to do the same thing on STM3249zi eval board but I was surprised to s...
Hi allI'm new in implementing SD-Card, however i've managed to run the example from the repository. I am using STM32429i-Eval Board with cubeMX and CubeIDE.Question is that when I run the example code on the board it works fine but when I create a ne...