User Activity

Since __malloc_lock has not been implemented by default, newlib's malloc / _malloc_r is not reentrant or thread safe (including ISR safe). This seems like a bug.This will cause very bad interactions with user code use of malloc, including heap corrup...
I used CubeMX (v5.0.0, H7 pack v1.3.0) to generate some initialization code for the STM32H750, with the CPU core at 200 MHz and the various peripheral clocks at 100MHz.Cube then set the core voltage to PWR_REGULATOR_VOLTAGE_SCALE3 and the flash laten...
I understand that VDD needs to be 3V3 if using the internal full speed transceiver, since STM32H750VBT6 has no VDDUSB input, but if I am using an external high speed USB ULPI PHY can the mcu be run at 1V8 and still use USB? I wan't quite able to figu...
Hi,The file stm32l432xx.h defines SRAM2_BASE as 0x10000000, but the datasheet https://www.st.com/resource/en/datasheet/stm32l432kc.pdf says that SRAM2 starts at 0x2000C000, is this a typo in the HAL header?Thanks,Jacob#STM32L432​ #Hal​ 
Kudos from