STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Export restrictions on STM32 MCUs?

I ordered a bunch of STM32L443CCU6 chips from element14. I got an email from them saying that there are export restrictions on the chips. I’m based in India. How do I get these chips now?

STM32G474CE flash errasing after power on

Hi, I save my configuration structure to flash memory. It work. Data is stored in flash. But after unplug ang plug power memory page is writen by 0xFF.int eepromSaveConfig() { uint32_t error; uint64_t *configPtr; uint32_t address; FLASH_EraseInitType...

MKles by Associate II
  • 642 Views
  • 4 replies
  • 0 kudos

STM32F215 - do I need pullups/pulldowns on every pin?

Sectin 6.3.1 of the reference manual says "During and just after reset, the alternate functions are not active and the I/O ports are configured in input floating mode." Floating inputs are bad. Our code will configure all pins appropriately immedia...

JKasu.1 by Associate
  • 538 Views
  • 3 replies
  • 0 kudos

STM32H7 FPU exception management

Hello,I'm doing some tests on the STM32H743 FPU (on a Nucleo, from Keil v5 IDE).I've checked that the FPU is enabled (register CPACR) and I've written a basic division by 0 test .volatile double test = 0; test = 1.0 / test;I checked the assembly code...

Gpeti by Senior II
  • 248 Views
  • 0 replies
  • 0 kudos

Power consumption in standby mode STM32H742VIH

I have problems with power consumption. In standby power consumption seems to we be way over the documented ~1,97 uA. Current codes gives consumption around 300 uA. Is there something more that needs to be taken into account when putting the CPU to s...

teijo by Associate II
  • 550 Views
  • 2 replies
  • 0 kudos