User Activity

Posted on March 29, 2017 at 20:27Hi.I'm using the STM32F746G-Discovery board which has an external 8MByte SDRAM. I've made tests to read the SDRAM by testing to access it by declaring:   float *testvar = (float*)0xC0000000;   *testvar = 3.4f;   disp...
Posted on March 20, 2017 at 20:12 Hi. I'm reading 1025 index float lookup tables where the last item is for looping the data. The input to the function is a 32-bit phase number which is converted to 10-bit for indexing and a 22-bit rest for in...
Posted on November 03, 2016 at 18:37I'm trying to make the USB_FS interface to work on my F746G Discovery board. I decided to try the ''AUDIO_Standalone'' in the ''USB_Device'' folder. This project builds and runs fine under System Workbench after a...
Posted on October 28, 2016 at 18:55Hi. Is there a library out there or an example for the STM32F7 Discovery board that deals with simple MIDI over USB? I want to be able to both receive and send note commands. I would prefer to use an IRQ routine ra...
Posted on October 24, 2016 at 01:00 Hi. I'd like to use the UART for MIDI input. I've configured the UART on my STM32F7-Discovery board and perform a led toggle whenever an incoming message is received. I'm using the interrupt mo...
Kudos from