STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F051 programming issue

Posted on September 12, 2017 at 12:59Dear Community,I noticed a strange problem while attempting to program a STM32F051 device. The device is part of a larger circuit and gets its supply voltage from a 3.3V LDO regulator and the VDDA is supplied by ...

0690X00000608BzQAI.png
jogerh by Associate II
  • 1950 Views
  • 3 replies
  • 0 kudos

External interrupt react on rising edge only

Posted on September 20, 2017 at 15:29Hi everybody.I am playing with stm32f411 and external interrupts. I have trouble with interrupt calling in the moment i need. Could you please take a look at my issue?Id like to call the interrupt by user button ...

STM32L100xx USART Smartcard Mode

Posted on September 20, 2017 at 12:31So recently I had to dig in and fix some code about the USART in SmartCard mode. Apparently each byte i send is echoed back at me, triggering the RXNE. My question is do I get the RXNE before the TC of the byte I...

Nucleo-H743ZI Support files lacking DXF

Posted on September 19, 2017 at 18:24Was just notified the Nucleo-H743ZI board would be shipped but when I downloaded the support files I found no support for building a shield. The CAD files were there but in binary export not ASCII, not everyone o...

KevinA by Senior
  • 749 Views
  • 2 replies
  • 0 kudos

why is ''HAL_SPI_TransmitReceive_DMA'' generated with 8-bit pointers when dma with 16 bit is configured

Posted on September 19, 2017 at 16:11I'm using STM32F103RBT6 and try to make an slave SPI-Transfer over DMA using th latest STM32Cube.The Master sends me 16-Bit Data Packets, i configured the SPI1 to 16 Bit, the DMA channels for Receive and transmit...

Specifications for IO protection diodes

Posted on March 09, 2017 at 09:25HelloDoes anybody know any specifications for the protection diodes included for each IO pin? What is the maximum current that can flow through? what is the maximum power dissipation? I am trying to decide whether I ...

rwa by Associate
  • 3562 Views
  • 7 replies
  • 0 kudos

Modifying code and recompiling randomly breaks USB CDC

Posted on September 19, 2017 at 15:47Hi,I've generated basic USB CDC sample with the CubeMX and have lots of trouble getting it to work reliably. Device appears as COM port in Windows but Terminal app (like Putty) sometimes fails to open it.The patt...