STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fix for CUBE with STM32L476R processor

Posted on March 18, 2016 at 20:19There is a mistake with the STM32L476R processor in CUBE.This affects the Nucleo-L476RG board.The size of the memory it wrong, as a result CUBE will place the stack in memory that does not exist.  The result being th...

mattreed9 by Associate III
  • 403 Views
  • 2 replies
  • 0 kudos

STM32F091 SPI1, RXNE never asserted

Posted on October 06, 2016 at 03:35 Hello, I'm trying to use an STM32F091xC's SPI1 peripheral in master mode (8-bit), but am having issues with the reception of data. While I can fill the transmit FIFO via SPI1->DR readily (the TXE bit gets asse...

The DMA interrupt is different between ADC and DAC

Posted on October 06, 2016 at 05:35NUCLEO-F746ZGI'm testing the ADC and DAC work with DMA, but the interrupt is different:the DMA of ADC can enter interrupt when Half and Full transfer.But the DMA of DAC only interrupt when Half transfer.Timer tmr;D...

kylongmu by Associate II
  • 667 Views
  • 4 replies
  • 0 kudos