STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 405 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
  • 446 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
  • 3743 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
  • 792 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
  • 518 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
  • 1714 Views
  • 8 replies
  • 0 kudos