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! ADC not working for STM32u585 microcontroller

hi, im working on ADC, but ADC is not working, it is getting into infinite loop in this stage  while ((hadc->Instance->ISR & tmp_flag_end) == 0UL)and my code follows like this HAL_GPIO_WritePin(GPIOH, GPIO_PIN_7, GPIO_PIN_SET);    // get ADC value ...

meghasb by Senior
  • 1350 Views
  • 7 replies
  • 0 kudos

Resolved! Opamp saturation Nucleo-U575ZI

Hello friends!I have been messing around with the onboard opamp and here is the problem. When I configure it as the follower, things are okay, but as soon as I configure it as an AMP with PGA on and set any gain, I see quite dramatic DC shift on the ...

Skfir by Senior
  • 1126 Views
  • 6 replies
  • 0 kudos

Testing timer and unable to get the expected output

htim3.Init.Prescaler = 20 - 1; htim3.Init.CounterMode = TIM_COUNTERMODE_UP; htim3.Init.Period = 200 - 1; sConfigOC.OCMode = TIM_OCMODE_TOGGLE; sConfigOC.Pulse = 0;I am using a NUCLEO-L476 and have a 20MHz clock source. I am using no interrupt...

SWenn.1 by Senior III
  • 338 Views
  • 4 replies
  • 0 kudos

SPI hard NSS and multibyte transmission

Hello,I am using bare metal STM32G441 SPI (no ST HAL or LL). It has been a very tiresome dilemma with the chip select. If I use the hardware NSS (Motorola mode) then I get a pulse after each byte. If I use software NSS then the last bit gets crippled...

0693W00000Y7JteQAF.png
Labels