STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

'F427 ADC channel 16 (temperature sensor)

The 'F427 (437/429/439 "BigManta") is pretty much completely backward compatible, meaning, that a reasonably well written 'F405/407 program (i.e. which does not touch the bits reserved in 'F405/407) binary will run unmodified in the 'F427. There are ...

STM32H7 - start a RAM image

Hi all,I would like to boot a RAM image. A simple bootloader in flash reads in a linear binary from external spi flash. The RAM image works fine if I load it directly to (AXI)RAM (with JTAG).But when loaded by the boot loader, it does not work (loops...

Microman by Associate III
  • 421 Views
  • 1 replies
  • 0 kudos

Resolved! MAT Target External mode error. Chapter 2

Hi,I want to use matlab simulink to program a ST-Nucleo_F303RE board,with Matlab Simulink 2019b ver.2 with and extensions, ST MAT/TARGET,CubeMX newest version and SW4. (because CubeIDE it does not work)As a first attempt, I followed the MAT / TARGET ...

0690X00000AtPoGQAV.png 0690X00000AtPoLQAV.png 0690X00000AtPoQQAV.bmp 0690X00000AtPo6QAF.png

Init RCC on a STM32F3 (SOLVED)

------------------------------------------------------------------The init of RCC was correct. The SystemCoreClock variable dont reflect the new frecuency changes still "SystemCoreClockUpdate" is called.-----------------------------------------------...

JAlca by Senior
  • 395 Views
  • 0 replies
  • 0 kudos

Configuring interrupt pin using CMSIS

Currently I am trying to configure a second interrupt pin using CMSIS.SYSCFG->EXTICR[1] = (SYSCFG->EXTICR[1] & ~SYSCFG_EXTICR2_EXTI6)|(0b0000 << SYSCFG_EXTICR2_EXTI6_Pos); EXTI->FTSR = EXTI_FTSR_TR6; EXTI->RTSR = EXTI_RTSR_TR6; EXTI->IMR = EXTI_IMR_M...

Emper by Associate II
  • 867 Views
  • 6 replies
  • 0 kudos

Data convert in to zip format

hi i want to compress the text file in to .zip format and save this in to SD card, could you please tell me any one know about any library that available to do compressingi want .zip, i found some library to do gzipplease suggest me, Thanks in advan...