STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 DFSDM - simultaneous sampling of multiple channels

Posted on September 25, 2017 at 15:11I am a bit confused about the capabilities of the STM32 DFSDM module. The documentation says (section 17.3.77) that the channels selected for are converted one after another, but is it possible to sample multiple...

quad SPI to SPI DMA

Posted on September 24, 2017 at 12:31Hello,I have a data in stored in quad SPI memory on device A, that I want to transmit to device B using SPI interface.I was wondering if its possible to steam directly from quad-spi memory to SPI interface using ...

priven by Associate II
  • 425 Views
  • 2 replies
  • 0 kudos

Unable to debug STM32F100 discovery with STM32_SW4

Posted on September 25, 2017 at 15:10Hi,    I am daily using STM32_SW4 to debug STM32F4 and STM32F4 boards. Now I am trying to do some debug on a STM32F100 discovery board but the debugger does not connect. The jumper on CN3 are set. I can connect t...

raffin by Associate III
  • 402 Views
  • 0 replies
  • 1 kudos

DMA + FATFS + RTOS

Posted on September 25, 2017 at 15:08Hi I start project with cubemx 4.17. I want to use DMA + FATFS + RTOS. Cubemx 4.17 not support this option. I migrate to cubemx 4.20.  Then i generate project for truestudio and run on board. Board not work and u...

bar Boss by Associate
  • 323 Views
  • 0 replies
  • 0 kudos

Resolved! What am I supposed to do to use PA14, PA15 in STM32F103xx?

Posted on September 25, 2017 at 10:45Hi.In the STM32F103, I'd like to control PA14, PA15 pin to I/O, But It's not controlling as my mind.When I checked that with reference document, I found the below information.I think If I want to use PA14 and PA1...

0690X00000608M0QAI.png

stm32f100rb flash programing

Posted on September 25, 2017 at 14:23hello every body , im new with the stm32  im using discovery kit , i try to read and write to flash memory one byte ,using keil ,can you tell me where can i write can i use the 128 pages (0------>127)  ? or it is...

32F746G-DISCOVERY and SAI

Posted on September 25, 2017 at 14:23Hi,I'm trying to connect the disco board to an AD7779 ADC development kit. I've managed to get the ADC SPI interface working (eventually) but I'm having a lot of trouble reading off the ADC samples as a serial ou...

Retargeting stdio to USART1

Posted on August 02, 2011 at 04:56Hello, I have USART1 configured properly and running. I am using the following code to write to the USART1 [code] USART_SendData(USART1,'A'); /* Loop until the end of transmission */ while (USART_GetFlagStatus(USART...