User Activity

Hey everyone,I'm still busy scoping out how to do this. I've been looking int methods to generate sine waves and so far it looks like some of the methods use lookup tables or trig functions from cmsis.Although I don't think this would be very ideal, ...
Hey everyone,In my last application I had a DMA double buffer moving data from a peripheral to memory, it would fll one buffer, inform the cpu and while it filled the second buffer, the first buffer would be sent to the sdcard.I want to do the same t...
Hey everyone,I'm a little confused. I've added the wwdg, but I'm not sure where to refresh it. Is there somewhere I can refresh it that should happen at a constant time, The examples I looked at simply place the reset in the code, but I have so many ...
Hey everyone,I've been struggling with the multi-master spi. I can send and receive seperately but when I try to integrate it into one program it bogs out. My understanding is that I can set the SPI line as a slave and then whenever I want it to act ...
Hey everyone,I've got a weird issue.I'm running a multibuffer DMA and although everything works well at a point, I'm terminating the DMA transfer.It's a multibuffer DMA moving data from GPIO IDR to SRAM.When an interrupt is triggered, I should stop t...
Kudos from