STM32F103 MP3 USB Streamer
Posted on July 31, 2016 at 00:46STM32F103 Emulating as 1GB USB Disk with 1GB MP3 File to Stream Digital Audio to any USB Porthttp://usbaudiostream.blogspot.com/
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 31, 2016 at 00:46STM32F103 Emulating as 1GB USB Disk with 1GB MP3 File to Stream Digital Audio to any USB Porthttp://usbaudiostream.blogspot.com/
Posted on July 29, 2016 at 19:49Hi everyone,I am making an emulator that is emulating an old c64 computer. For this I am using a custom made hardware. This has a STM32F756 MCU together with 200Mhz SDRAM installed. The real heavy things for this proj...
Posted on July 28, 2016 at 11:02Some re-edit required:Hi.I have used STM32cubeMX to create a USB CDC application for the NUCLEO-F303RE board. I can connect to the host PC as a CDC, so thats fine.I now want to find in the source code where is the cod...
Posted on July 30, 2016 at 10:47Hi everyone,I'm going to work on a motion control project where I want to to generate pulse trains PWM with ramp-up/ramp-down for acceleration. What idea to do this?Thanks! #ramp-up
Posted on July 17, 2016 at 16:53I am trying to set HSI48 as my sysclock on STM32F0 Discovery, but by doing this I somehow ended up with an unexpected interrupt and stuck in an infinite loop.I am using True Studio by the way. Not using CubeMX or peri...
Posted on July 25, 2016 at 23:00 So I'm currently working on two different STM32F4 boards for two different projects, which share some code between them. These are the F407 disco and F429disco. I recently had to switch to the GCC compiler...
Posted on July 22, 2016 at 12:03In the function:void USART_SetReceiverTimeOut(USART_TypeDef* USARTx, uint32_t USART_ReceiverTimeOut)The code: /* Clear the receiver Time Out value by clearing the RTO[23:0] bits in the RTOR register */ USARTx->RTOR ...
Posted on July 27, 2016 at 12:02 I can't debug anymore, I get this message after copying the interrupt table to RAM, even if I comment the Remap() funtion I get this error. Even if I load and try to debug another project I get this error...
Posted on July 29, 2016 at 04:52I am using this STM32F0 MCU http://www.st.com/content/ccc/resource/technical/document/datasheet/0a/d2/ad/ae/d4/04/44/e3/DM00098745.pdf/files/DM00098745.pdf/jcr:content/translations/en.DM00098745.pdfIt has an internal ...
Posted on July 27, 2016 at 18:51Dear ST,I have a problem letting my STM32F746 (144 pin) USB CDC (device) work properly, every time I connect it to the PC I got this message: (The device cannot start ... code10)This is the steps I did to get this pr...