STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F103RB - Linker error when code cize exceed 64k

Hey,According to the datasheet, the stm32f103RB has 128K of Flash memory. If my code exceed 64k I am getting a linker error “L6406E: No space in execution regions with .ANY selector matching …�?Did I have overlooked something ?I'm working wth the Kei...

Avonac by Associate II
  • 1309 Views
  • 9 replies
  • 0 kudos

STM32F427 - Cant get watchpoints to work

I've been trying to use watchpoints to catch a possible bad write.I tried with Atollic TrueSTUDIO, but it doesn't seen to catch anything.Then I tried code, but haven't got it to catch anything either. I'd prefer the code, because GDB doesn't support ...

STPM33 power offset calibration not working

Hi ,I have been testing STPM33 power offset calibration.It seems not working as per the Calibration application note.The document says we need to write offset values to offset register in the sensor and then the read power will be substracting that o...

APV by Associate
  • 416 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to receive UART data randomly

Hi, I'm using STM32L0 series and working on UART to communicate with other module and I had chosen the polling method because i know the device max response time and exact data what i'm going to receive. I was running my application for testing and i...

Resolved! PG0 EXTI0 interrupt HW bug in STM32H743ZI MCU

I use on STM32H743ZI-Nucleo PG0 as GPIO interrupt with Falling Edge. It works, I get INT triggered, but:an INT is also triggered - sometimes (once every 1000 falling edges) - on a raising edge. After several tests I am sure, this PG0 EXTI0 is randoml...