SPI Xmit question ?
Posted on January 21, 2016 at 14:59 Guys, I have a question for transmitting multiple bytes on STM32CubeMX, Can I make like this : /* Send a data block fast */ static void xmit_spi_multi ( uint8_t p[], /* Data block to be ...
Posted on January 21, 2016 at 14:59 Guys, I have a question for transmitting multiple bytes on STM32CubeMX, Can I make like this : /* Send a data block fast */ static void xmit_spi_multi ( uint8_t p[], /* Data block to be ...
Posted on January 22, 2016 at 02:58Hi all,I am working on a project using STM32F411e-Disco board and HAL driver. It will read audio files from microSD and then play it through CS43L22 (audio DAC with integrated class D speaker driver).The connection...
Posted on January 20, 2016 at 19:49Hi, Request to please point to the link and example code for accesing the file system for externaly connected memory drive like memory card,micro sd card , usb pen drive or any ST specific component/evaluation boar...
Posted on January 21, 2016 at 07:32I want to build my own board with in-built ST-LINK V2. Just make it simpler. Assume we build a board exactly same as the discovery board. My question is how to program the chip STM32F103C8T6 to be a ST-LINK? As my...
Posted on January 21, 2016 at 09:01The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 10, 2014 at 12:35 Hello everyone, I'm new to the forum so excuse me if I fail to hold to certain standards in my first posts. I'm currently working with a STM32F4 Discovery board using the CubeMX-generated config...
Posted on January 15, 2016 at 18:27Hi all, I'm still relatively new to the Arm Core M3 processor, and trying to get a device up and running using the STM32CubeMX tool compiling with the Atollic Truestudio Lite dev system. The device I am programmin...
Posted on January 20, 2016 at 16:51Hello all, This problem is baffling me for quite some time. I have a STM32L151VGT6 device, running as a VCP device on USB. If I use the device with a debugger, everything is fine. I can transfer hundreds of megaby...
Posted on January 21, 2016 at 15:17Hi,sorry, got it work.
Posted on January 21, 2016 at 13:58I'm trying to build a servo amplifier using STM32L4. The reason I'm using this series is because it has DFSDM (Digital Filter for Sigma-Delta Modulators). The FOC SDK 4.2 is not support STM32L4, however, the L4 ha...