STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Code size generation

Posted on November 21, 2014 at 18:47Hi all,I´m developing an application in Keil uVision with STM32L052C that is a uC that has 32KB of flash memory.I add my ST libraries and per example STM32L0xx_hal_uart.c. This library uses some features with DMA ...

gerardo by Associate II
  • 454 Views
  • 2 replies
  • 0 kudos

DMA to SDIO NDTR Problem

Posted on January 23, 2013 at 18:22Somehow I can not reply to https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fDMA%20to...

picguy2 by Associate II
  • 282 Views
  • 1 replies
  • 0 kudos

Pb generating 2 PMW

Posted on November 21, 2014 at 12:04The original post was too long to process during our migration. Please click on the attachment to read the original post.

franck2 by Associate II
  • 2327 Views
  • 22 replies
  • 0 kudos

Locate Heap in SDRAM

Posted on November 20, 2014 at 15:39Hello, I have STM32f429 discovery board and I want to locate heap in SDRAM. SDRAM adress is 0xD0000000, size 0x800000. I use the Keil uvision 4. How to configure Keil and my code? #understand-your-tools #stm32...

z1060 by Associate II
  • 1027 Views
  • 5 replies
  • 0 kudos

stm32f3 discovery Gyroscope issue (L3GD20)

Posted on November 20, 2014 at 21:22 Hi guys, I am working on the L3GD20 embeeded in the stm32f3 discovery board. I came with this code which gives me 0 on the 3 axes even when i move the board. any suggestions please? #include '...

d4ng3r09 by Associate II
  • 475 Views
  • 2 replies
  • 0 kudos

STM32 Nucleo Firmware Source code (STSW-LINK007)

Posted on November 21, 2014 at 00:44Hi, we are developing a couple of STM32 boards. Want to target the mbed platform. For programming, we would like an optional small daughter board that can plug into our board, that provides the programming/debuggi...

Problem with multiblock SDIO read/write on F1 & F4

Posted on January 03, 2013 at 22:11Hi everyone,Whenever I use either of the multiblock read/write functions the peripheral gets stuck in the SD_CARD_SENDING or SD_CARD_RECEIVING state, respectively. Further attempts to access the peripheral in this ...

stm32f0 discovery CAN bit timing

Posted on November 19, 2014 at 17:29Hello,I'm having problems with bit timing configuration. I have 36MHz peripheral clock and need 500kBit/s on CAN. I'm having trouble, because I've calculated right value but I see on the oscilloscope that it isn't...

urban by Associate
  • 500 Views
  • 3 replies
  • 0 kudos

WakeUp from STOP using an EXTI GPIO LINE

Posted on November 19, 2014 at 17:07I am having trouble to wake up the STM32F407 from the STOP condition using a GPIO EXTI line (PB 0).   The same GPIO line is used when the STM32 is ON to switch it OFF (THIS WORKS PERFECTLY) and whenever it is OFF ...