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

Resolved! Using UART in DMA mode

Posted on April 08, 2017 at 00:00I am trying to implement UART in DMA mode to transmit a simple string every time a push button is pressed.So I have used CubeMX to generate the code and I have configured UART2 TX DMA in normal (not circular) mode an...

Resolved! Sequence of ADC data reading with DMA in STM32F0

Posted on October 19, 2017 at 23:09I am reading multiple ADC channels on an STM32F0 using DMA.  I am reading the data into an array.  The data does not appear in the array in the order of ADC channel number.  It is my understanding that the F0 does ...

Jack Juni by Associate II
  • 2562 Views
  • 5 replies
  • 3 kudos

Having two independent CAN channels in stm32f746discovery

Posted on June 22, 2017 at 13:51Hello all,I am working on two stm32f746discovery boards. I an trying to establish CAN communication between both the controllers. As far as i know stm32f746discovery has two CAN channels. I want both channels to be ac...

Anjana R by Associate
  • 495 Views
  • 1 replies
  • 0 kudos

Running code in external SDRAM is too slow.

Posted on November 07, 2017 at 07:37Hi,I'm using STM32F769NI based self-designed board and running my application in external SDRAM which is copied from pre-programmed external NAND flash: To make it possible I swapped FMC bank of SDRAM. The default...

Resolved! Interrupt not displayed in interrupt log in EWARM

Posted on October 29, 2017 at 14:00Interrupt not displayed in interrupt log in EWARM. I made a program to toggle the LED every 0.5 seconds by TIM 1 overflow interrupt, using  STM32F3348Dicovery and STM32Nucleo-F401RE. The picture below is part of th...

0690X00000608QlQAI.png 0690X00000608mmQAA.png
Ken Inoue by Associate III
  • 854 Views
  • 2 replies
  • 0 kudos

Resolved! What is the overflow below?

Posted on October 29, 2017 at 13:17I am using STM32 Nucleo-F 401 RE and EWARM. I made a program to toggle the LED every 0.5 seconds by an interrupt due to overflow of the TIM1 counter. The picture below is the program and interrupt log. What does ov...

0690X00000608feQAA.png
Ken Inoue by Associate III
  • 693 Views
  • 4 replies
  • 0 kudos

Resolved! How to make the firmware as a bin file ?

Posted on November 07, 2017 at 04:50I'd like to make and upload the firmware file into STM32F103C8 board by using UART.Especially, STM32F103C8 board have boot mode switch and uart connect.How to make firmware *.bin file to upload to STM32F103C8 by u...