STM32 MPUs Products and hardware related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Is it possible to achieve an ADC sampling rate of 500ksps and more via the iio interface, and if yes, how?

Hi all,I followed the instructions described on the wiki, page ADC_device_tree_configuration.Changing the sampling_frequency, I can achieve a sampling rate of about 10k. Going higher crashes the system. Reducing the parameter 'min-sample-time-nsecs' ...

Led by Senior
  • 1928 Views
  • 4 replies
  • 0 kudos

Resolved! I created DTS files for my custom board, my DDR configuration is same as stm32mp157A-ev1 board and I am using same mpu. Why some of the CUBEMX generated TF-A DDR registers and Eval registers are different?

EVAL BOARD (stm32mp15-ddr.dtsi)   #define DDR_PCFGR_0 0x00010000 #define DDR_PCFGR_1 0x00010001   My Board (TF-A/stm32mp15-mx-dtsi)   #define DDR_PCFGR_0 0x00000000 #define DDR_PCFGR_1 0x00000000Why are these registers different even though I have th...

Gencay by Associate III
  • 629 Views
  • 1 replies
  • 0 kudos

Enabling sdmmc3, What will happen?

For my custom board, I will be using emmc on the sdmmc2 and wireless on sdmmc3 so according to this article I have to change linux kernel boot command. Since I am not going to have anything on the sdmmc1 (SD Card) isn't it suppose to boot from emmc w...

Gencay by Associate III
  • 655 Views
  • 0 replies
  • 1 kudos

Debug SPL with OpenOCD

I would like to bring up the openocd and gdb debugger on a custom board with STM32MP157D processor with 1 GB (2x512MB 16 bit DDR3 chips) x 32 bit. The modified device-tree and SPL gives me the following issue:U-Boot SPL 2022.01-rc3 (Sep 07 2022 - 16:...