STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Inaccurate measurement of VREFINT

Hi everyone!I see unexpected values when measuring VREFINT. The ADC measures around 1.18V, on some boards even 1.16V, which is outside the tolerance according to the datasheet: Reading the calibration value VREFIN_CAL from OTP memory returns a value ...

0693W00000QLsweQAD.png 0693W00000QLsozQAD.png
jvog.sen by Associate II
  • 2622 Views
  • 7 replies
  • 0 kudos

TRGO not triggering ADC DMA conversion in STM32MP1 Cortex-M4

Hello,I'm trying to trigger a conversion in a frequency of 4700 HZ. To do so I used cubeMX to configure the ADC to work at DMA circular mode and to be triggered by TIM4 trigger out event on the rising edge. I made sure to activate DMA in high priorit...

Yamir.1 by Associate II
  • 678 Views
  • 0 replies
  • 0 kudos

How to protect Bootloader binary on STM32MP15xxx

Hi,We see signing + encryption bootloader on STM32MP13xx,But on STM32MP15xx, there is only signing. The raw binary still start from offset 256 of the signed file. This only make sure the board doesn't run a strange bootloader, but doesn't prevent som...

Dat Tran by Senior II
  • 449 Views
  • 1 replies
  • 0 kudos

gdbgui and STLink debug

From instructions, I opened two console: Console 1: openocd -f board/stm32mp15x_dk2.cfg This looks good as output:   ``` ... Info : stm32mp15x.cm4: Cortex-M4 r0p1 processor detected Info : stm32mp15x.cm4: target has 6 breakpoints, 4 watchpoints Info ...

Dat Tran by Senior II
  • 1217 Views
  • 2 replies
  • 0 kudos

gdbgui always open web browser and failed

When i tried the commend below (<Your_full_path_to> was already corrected to the path that content Setup.gdb), ```gdbgui -g "arm-ostl-linux-gnueabi-gdb -x <Your_full_path_to>/Setup.gdb"```I would like to use ST-Link for debug uboot, but the web brows...

Dat Tran by Senior II
  • 747 Views
  • 2 replies
  • 0 kudos

Resolved! How to hide OTP values on STM32MP15

From user manual, from OTP word 59th for user to store sensitive information, meaning there is a way to prevent read them by STM32cube tool for non-secure application.We see the way to lock them which mean can't not change values, any document that t...

Dat Tran by Senior II
  • 942 Views
  • 5 replies
  • 0 kudos

Resolved! stm32mp157c implementation initramfs

Hi,I usestm32mp157c and the filesystem runs emmc default. But I want it to change it and run at ramfs. I addedCONFIG_BLK_DEV_INITRD=yCONFIG_RD_GZIP=yCONFIG_RD_BZIP2=yCONFIG_RD_LZMA=yCONFIG_RD_XZ=yCONFIG_RD_LZO=yCONFIG_RD_LZ4=yin kernel config file. A...

aliMesut by Associate III
  • 1118 Views
  • 1 replies
  • 0 kudos

Resolved! STM32MP151 - How to activate MCO ?

Hello, I'm trying to leverage the MCO capability of the STM32MP1, but I don't success. I want to have LSE on MCO1 and HSE on MCO2. I'm using TFA -> uboot -> linux and I can build with Yocto or Buildroot.Which steps should be done during TFA, uboot an...