STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

SDRAM and STM32F429 Eval

Posted on June 10, 2014 at 03:33I would like to put my heap in SDRAM on the STM32F429 Eval board but I don't see the options to do so.  I tried the STMCubeMX tools but also did not see any options for this.  I am using the IAR EWARM tools.Thanks

brian2 by Associate II
  • 315 Views
  • 5 replies
  • 0 kudos

ST32F446 RCC -> CSR PINRSTF allways on

Posted on March 14, 2016 at 17:10Have a question. Nucleo board. in RCC -> CSR  PINRSTF bit is always on. It does not matter what the actual reset source is.  PINRSTF is on + the real reset souce. I clear it using RMVF bit and then generate the reset...

pj by Associate II
  • 253 Views
  • 1 replies
  • 0 kudos

Problem with USART

Posted on March 15, 2016 at 08:31HI, I'm trying to develop a simple communication with my laptop sending just one character, the problem is that I need to send the character more than 5 times for reconogise it in the Discovery board, the code is sim...

vderoc by Associate
  • 282 Views
  • 2 replies
  • 0 kudos

HAL_SPI_Receive() explanation

Posted on March 09, 2016 at 14:21 Hi, I am examining HAL_SPI_Receive(). At some point it calls return HAL_SPI_TransmitReceive(hspi, pData, pData, Size, Timeout); where pData is the pointer to the rx buffer and Size is...

valerio2 by Associate II
  • 2443 Views
  • 4 replies
  • 0 kudos

PVD enable latency - SOLVED

Posted on March 08, 2016 at 01:47 I am using the STM32L053 MCU on the Nucleo board. The MCU is powered by 1.8V during the test. If I add some delay after turnning on the PVD, then the PVDO bit returns 1, with no delay it returns 0. I cou...

lpc921 by Associate
  • 429 Views
  • 3 replies
  • 0 kudos

SPI interrupt problem

Posted on March 15, 2016 at 00:27Good evening! I am trying to move from blocking to nonblocking SPI communication but I have trouble getting the RXNE interrupts to run, while TXE works fine. Running ''HAL_SPI_Receive(hspi, buffer, 2, TIMEOUT)'' work...

The best sequency to initialize RCT in STM32f37x

Posted on March 10, 2016 at 13:30I've tried to access the document in the , but the result is 404 server error. What I'm trying to do is initialize a RCT clocked from HSE 12 MHz quarz. It's initializing after I restart it from the debugger several t...

zdravko by Associate II
  • 291 Views
  • 2 replies
  • 0 kudos

STM32F373 DAC noise?

Posted on March 11, 2016 at 00:21Where do I find information about noise of DAC in STM32F373, for example Output Noise Spectral Density ?

Issue with SysTick interrupt not triggering on STM32F0

Posted on March 14, 2016 at 17:12 I've been having trouble with getting the SysTick interrupt to trigger in a simple program using the standard peripheral library. The code should just pulse an LED every time the SysTick interrupt fires, but ins...

banks by Associate II
  • 1068 Views
  • 8 replies
  • 0 kudos
Labels