User Activity

I have been looking for software that can take as an input, the PDM output from the MEMS microphone, and convert it to PCM.I then want to implement a double buffer using DMA, to reduce CPU load and output the audio data to the DAC on this PCB.Once I ...
So as the subject says, my LCD works correctly when attached to my F407 Discovery board and using SPI2.I am now using a F405 and SPI1 on a custom PCB. I have configured the SPI1 the same as SPI2, basically copied the settings.However I need some advi...
I have an STM32F407 Discovery board. My project works fine using the dicovery board.Now it is time to move it to my own PCB, using a STM32F405.As a board "bring up" I tried to run a simple LED toggle program. When I flash the program I get a Download...
Hi,I have defined a function, that when called, from the main.c while loop works fine. When the same function is called from an interrupt it fails to work.In debug mode I can see that the interrupt function (void HAL_GPIO_EXTI_Callback(uint16_t GPIO_...
Here is the method defined in the .h file: void ILI9341_DrawText(const char* str, const uint8_t font[], uint16_t X, uint16_t Y, uint16_t color, uint16_t bgcolor); the method defined in the .c file: void ILI9341_DrawText(const char* str, const uint8_...
Kudos given to