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

MCU boot

I designed Control card using stm32f205vet6 and it working good. But when I changed MCU  to stm32f205vbt6 I have boot problem. boot address is  0x1fff3de4 so MCU is not working.

sözme.1 by Associate
  • 212 Views
  • 1 replies
  • 0 kudos

High jitter on MCO output?

I just got my NUCLEO-H723ZG board, I loaded the GPIO_InfiniteLedToggling example project, downloaded the program to the board and it worked fine. Then I added a very simple code to output the HSE clock to an MCO pin. /* Enable the MCO1 Clock */ LL_...

HWidj.2 by Associate III
  • 1131 Views
  • 10 replies
  • 0 kudos

Extended CAN2.0B filtering in List mode problem

Hello, In my system I have extended canbus with 29b identifier. With mask filtering it looks to be working, but list filtering gives me problems; ( i have setup where on STM32 is sending data with with any ID I want, and second is capturing data as w...

Linas L by Senior II
  • 263 Views
  • 0 replies
  • 0 kudos

How to active WS2812LED on stm32G071CB?

Hi,I took code from:https://controllerstech.com/interface-ws2812-with-stm32 and made the adjustment to my MCU (stm32G071CB). but it didn't work.I manage to generate pulses from PWM with DC of 66% in 800K but not through DMA. I also try to ran it fro...

SAram.11 by Associate
  • 313 Views
  • 2 replies
  • 0 kudos

Interrupt not working after jump to code from bootloader

I have a project that consists of a bootloader and 2 pieces of code on STM32L100R8. The bootloader correctly switches to the relevant piece of code but it seems as though when the code receives it first interrupt it fails. Attached are screenshots of...

0690X000006C8etQAC.jpg 0690X000006C8eoQAC.jpg 0690X000006C8ejQAC.jpg
spack by Associate
  • 1811 Views
  • 9 replies
  • 0 kudos

Resolved! Timer Compare output enable on multiple pins

Hi All,I'm playing around with the Timers at the moment on a STM32F303 and currently have TIM2 and TIM6 generating an output pulse on every OC event (different frequency ranges).Those Timer based output toggles are of course somewhat locked to certai...

RMyer.1 by Associate III
  • 569 Views
  • 1 replies
  • 0 kudos

Resolved! I2C - Send "Measurement Request" to HIH6130 IC

Hi, I seem to be having difficulty with what should be a simple I2C task. I want to send the Measurement Request to the Honeywell sensor so it will take a temperature and humidity reading, which requires the following format from their datasheet:I ha...

0693W00000D1XzfQAF.png 0693W00000D1XzuQAF.png 0693W00000D1Y2jQAF.jpg 0693W00000D1Y2yQAF.jpg

Problem with RTC backup registers

Hi,I’m trying to use RTC backup registers in STM32G070KBT6. I wrote this code but I only receive FFFFFFFF at serial output. How Can I fix this problem?Thanks.RTC_HandleTypeDef hrtc;void setup() { HAL_RTC_Init(&hrtc); Serial.begin(9600); Serial.printl...

Mprd.1 by Associate
  • 721 Views
  • 4 replies
  • 0 kudos
Labels