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

Resolved! Failure when Configuring UART2 in the STM32C031C6

When configuring UART2 in the STM32C0316-DK, the emulator is locked.Error in executing 'step' command ... Target is not responding, retrying...Code is running here (stm32c0xx_hal_msp.c line 272):  /**USART2 GPIO Configuration  PA8   ------> USART2_TX...

tpeng.1 by Associate III
  • 413 Views
  • 2 replies
  • 0 kudos

Is there a way to change pins for FMC

I spent last 2 weeks trying to get 3.97inch 16BIT Module NT35510 to work with STM32L4S9ZIT6 I followed pin connection with diagram found somewhere. There is PIN CS on LCD with is connected to FMC_NE4. FMC_NE4 is kept high, while CS is LCD enable and ...

MNapi by Senior III
  • 238 Views
  • 1 replies
  • 0 kudos

Resolved! Blink led problem

Hi everyone, I am starting to program a board with stm32 (stm32f103c8t6) and I have the following problem.I have two codes to make a led blink, but one works and the other doesn't work.Code 1 (not working)#include "stm32f1xx_hal.h" #define LED_PIN ...

CCuev.1 by Associate
  • 533 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F722ZE SPI with DMA Reset question

I have a working, basic SPI transmit working with DMA. It transmits 20 characters in loopback mode and is working as it should. The GPIO Pins are set up correctly.SPI Configuration;void SPIInit() { RCC->APB2ENR |= RCC_APB2ENR_SPI1EN; // Master SP...

MHank.1 by Associate III
  • 374 Views
  • 1 replies
  • 0 kudos

dear support, when i use STLINK-UTILITY to change the option byte, it shows the error that "Read/Write protected zone for Bank 1 cant be reduced Please enter a correct value".

I want to change the boot0 configuration through stlink utility.so i set the option ​Bytes like the figure after connect to the board.but some error happened when i click the apply, like following does anybody know how the solve this problem, please ...

0693W00000aJqKyQAK.png 0693W00000aJqGJQA0.png
俊孙.1 by Associate
  • 294 Views
  • 1 replies
  • 1 kudos

what is the limitation for buffer size in SAI DMA?

I am working on the STM32F769 series microcontroller in my project. I am using SAI interface of the mcu. And of course I also use DMA of SAI interface . I adjusted the DMA(DMA2 Stream 1) as listed below in the application :DMA Request Settings : Mode...

STM32H743vit6 SAI DMA event generation bug

I've programmed SAI tx DMA to generate event to driving other DMA wich software triggering LPTIM.In the code SAI DMA generate intrrupt to change GPIO state and LPTIM outputs it's waveform on a pin with onepulse mode.It has the configuration of 4 bloc...

_legacyfs_online_stmicro_images_0693W00000bhme3QAA.png

Resolved! My code is correct for push button ?

Thank you for helping and checking in advance:LED on and Off working well, without if codeI am using https://os.mbed.com/platforms/ST-Nucleo-L496ZG-P/#board-pinoutaccording https://www.st.com/resource/en/user_manual/um2179-stm32-nucleo144-boards-mb13...

CG3 by Associate III
  • 3012 Views
  • 6 replies
  • 0 kudos
Labels