STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! About Min_Heap_Size and Min_Stack_Size

Posted on November 21, 2017 at 07:12Hi,my STM32F302R8 Device with 64KByte FLASH, 16KByte RAM.I configured Min_Heap_Size and Min_Stack_Size in file 'stm32_flash.ld' as below._Min_Heap_Size = 0x400;_Min_Stack_Size = 0x1000;While build the project code...

adc & dma problem in stm32f103

Posted on November 24, 2017 at 00:22HiI want to use dma and adc in such a way that the samples taken in a thousandth array are written. But this action only once and with my command, and then stop to issue the next command. Additionally, the adc spe...

Resolved! STM32L4R9I-DISCO Manual Download Failing

Posted on November 26, 2017 at 22:57 Hanging up for me at 4.0 MB of 4.3 MB, if working for someone please post a mirror http://www.st.com/content/ccc/resource/technical/document/user_manual/group0/ae/a3/af/94/27/d8/46/3f/DM00421316/files/DM00...

0690X0000060PGKQA2.jpg

STM32F407 FSMC physical addressing

Posted on July 04, 2017 at 12:56 Hello everybody, I am a new ARM microcontroller user. I drive a winstar 3,5' display (SSD1963 embedded) with a STM32F4-discovery board. I use FSMC to drive the display with 8080 mode. To drive the input D/C#...

UART TX DMA issues

Posted on November 19, 2017 at 18:16Hi,I am trying to set up a uart TX using DMA to send data (mostly strings).I am using FREERTOS. The semaphore is taken when I want to send the data and released when the UART_EndTransmit_IT() function is called.Th...

aa bb by Associate II
  • 1233 Views
  • 9 replies
  • 0 kudos

Resolved! How to handle GPIO interrupts using StdPeriph_Lib

Posted on November 22, 2017 at 13:48 Working with STM32F303K8 at the lowest level where I'm writing to the registers directly. Try to follow generic statements in STM documents to handle a high2low transition on a GPIO PB4 input pin. These are the ...