User Activity

Hi, I'm using an STM32H725 with TouchGFX. I using a custom FMC interface to an LCD.I'm using the following timer interrupt set at 60Hz to drive the TouchGFX engine as recommended as per documentation. (This is a bare-metal implementation) I have veri...
Hello,Is there a way to go lower than 8kHz sampling Audio Frequency on I2S?If so, how would I go about it manually adding in the code?Thanks!
Hey guys,I see an spi6_it signal in the NVIC table in the reference manual RM0468.I'm trying to use the NVIC interrupt for I2S6 and there is no tab for it in the MX Cube.I'm also using I2S1,I2S2, I2S3 which have the NVIC and I'm able to use interrupt...
Hey Guys,I'm struggling to figure out how to stream sine waves at a constant frequency for 8 channels. Each channel has its own sine wave frequency. The issue I'm having is how to stream all these at the same time. I created an array for each sine wa...
I'm using TouchGfx in Gray 4 mode. I have read the GFX documentation and I can't find the answer. I can't figure out how the data is stored in RAM. Consequently, I need to convert this Gray 4 to RGB565 to my FMC 16bit 8080 TFT-LCD. Any ideas how to d...