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

UART Problem when using default initialization

Hello,I've encountered a problem while using the STM32CubeIDE.I have a project targeting the NUCLEO-F722ZE EVB - the purpose is to print "Hello World!" to the PC console connected to the ST-LINK USB. When creating a new project, at the MXCube I'm pre...

skon.1 by Senior
  • 597 Views
  • 3 replies
  • 0 kudos

Basic SPI transmit

I think I'm misunderstanding something with the generic SPI transmit procedure. I'm working with the STM32L432, but I think that's the standard SPI device for most MCUs. My scenario is with the MCU as Controller rather than Peripheral...My issue is w...

Resolved! Problem with step one opening example file?

Carefully following the instructions I got with my STM32 Nucleo board I am trying to opent the: C:\Users\myname\STM32Cube\Repository\STM32Cube _FW_L4_V1.11.0\Projects\NUCLEOL476RG\Examples_LL\ GPIO\GPIO_InfiniteLedTogglingThen project:GPIO_InfiniteLe...

0693W000001tTMAQA2.jpg
WBerr.2 by Associate
  • 816 Views
  • 3 replies
  • 0 kudos

How Indication works

Issue: How to send indicationhow can get confirmationHow to disable indication from server to clientHow to know client all data received from serverMy Code is:       bool isIndicationEnable;       if (attribute_modified->Attr_Data[0] & COMSVC_Indicat...