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

Conflict with Timer8 and ADC1 interrupts

Hello everyone, I use a STM32F407VET6 MCU board and I'm trying to implement a Timer 8 Interrupt, every 5u sec. In my code, I also use an ADC interrupt, for ADC conversion purposes. I thought that these 2 interrupts are independent. I observed that w...

0693W000007E6cvQAC.jpg 0693W000007E6cMQAS.jpg 0693W000007E6biQAC.jpg
KS.5 by Associate
  • 974 Views
  • 4 replies
  • 0 kudos

Cannot erase/program flash using jtag

HiI've set the jtag pins in my code to analog input (non intentionally) .While I was able to connect to Device (STM32H743) after I managed to erase the flash option bytes (with mass erase) using j-link stm32 tool (No St-Link option or SWD for me on ...

deckhard by Associate III
  • 296 Views
  • 3 replies
  • 0 kudos

Resolved! Problem READING PIN

Hello everyone, I am trying to read one pin with the HAL libraries, but i can not. This is my configuration:  1) I want to read the "BUTTON" pin ( PB3/PB4/PB5/PB6 ) 2 I am doing this:  GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GP...

0693W000007E72oQAC.jpg
NFahi.1 by Associate II
  • 433 Views
  • 3 replies
  • 0 kudos

Are these Memory segmentation Problems even possible?

Hi, I am new to using 32 bit microcontrollers and have been using 8 bit controllers previously. In my 8 bit controllers I had several uint8_t and uint16_t variables.Does a 32 bit microcontroller access 4 bytes of data in memory at once? If yes, can t...

PPULA.1 by Associate II
  • 310 Views
  • 1 replies
  • 0 kudos

Resolved! STSPIN32F0 And STSPIN32F0A

I **** to buy  STSPIN32F0A,but the IC's label is the STSPIN32F0. So how to identify them by the label of the IC. Thank you very much

Wzong.1 by Associate III
  • 212 Views
  • 1 replies
  • 0 kudos

Resolved! How to disable PWM output properly?

Hello,My timer PWM channel is connected directly to a mosfet driver. By using TIM_Cmd(TIM2, DISABLE);it puts the output at high level. I tried to use TIM_DeInit(TIM2); but it generates an additional pulse in the output ( I count the each PWM pulse in...

JJohn.3 by Associate II
  • 1860 Views
  • 4 replies
  • 0 kudos

Code stuck in SD_FindSCR Function

Hello,I use stm32f765BITx processor and SDMMC (SD 4 bits Wide bus ), sometimes code is stopping at SD_FindSCR function in stm32f7xx_hal_sd.c library. This event is happening random.Exactly, the place where code stopped at SD_FindSCR function,while(!_...

LDesa.1 by Associate II
  • 1298 Views
  • 6 replies
  • 0 kudos
Labels