STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Are the VSS and AVSS pins internally connected?

Hello community, I have a little doubt. Are all the GND pins internally connected inside the microcontroller? Is the analog reference (AVSS) internally connected with the digital one (VSS)? If it not, how is the isolation between them?I don't know wh...

Luis Ber by Associate II
  • 770 Views
  • 2 replies
  • 0 kudos

I'm interested in using the STM32F4xx internal sensor in a deployed product. Any comments on temperature sensor accuracy and calibration are welcome and appreciated.

Per STM32F405/7 and per datasheet DocID022152 Rev 8 (stm32f4xx) ... are the values referred to in datasheet as "Temperature sensor calibration values", at addresses 0x1FFF 7A2C & 0x1FFF 7A2E (see section 5.3.22), actual factory-calibration results th...

Resolved! Usage SRAM1, SRAM2, SRAM3 with initialized arrays

I changed linker to use all of these three memories in domain D2. Problem is next :When i put for example uint32_t tempArray[4] = {0x2B7E1516 ,0x28AED2A6 ,0xABF71588 ,0x09CF4F3C} __attribute__((section(".sram1")));this line in my code, when MCU is in...

larenge by Associate II
  • 1432 Views
  • 8 replies
  • 0 kudos

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
  • 1308 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 ...