STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! OpenST creating your own distro - envsetup.sh can't find distro.conf in other layers

I want to create my own distro for OpenSTLinux but it seems like the envsetup.sh file is dependent on the distro.conf file being located in the meta-st directory. This is a little hard because I am trying to not modify the meta-st layer but am trying...

Hammy by Associate III
  • 1083 Views
  • 2 replies
  • 0 kudos

STM32MP1 DTS file pin pull up

I've tried following the examples given here and here, but it will not work. I just want to enable a pull up resistor in the DTS file. Here is my DTS file. If anyone can please tell me why it's not working I would appreciate it. /dts-v1/;   #include ...

scotty by Associate II
  • 1884 Views
  • 5 replies
  • 0 kudos

CNT value interrupt

I want to generete interrupt for specific value of TIM->CNT TIM1->DIER |= TIM_IT_CC1; TIM1->CCR1 = myVal;I use only above. if(TIM_GetITStatus(TIM1,TIM_IT_CC1) != RESET){ //when interrupt generete here ,CCR1 is not equal my value } I'm so confused w...

hdemi.1 by Associate III
  • 1345 Views
  • 6 replies
  • 1 kudos

I am Using STM32MP157FAA1 for one of the Product. I need help for booting the processor using SDMMC2 which is SD CARD.

Can some one help me to know what would be the default factory OTP settings on the processor - STM32MP157FAA1 - or should it be set by the User? Does the Default Comes with SDMMC1 set for the Boot?If I need to change from SDMMC1 to SDMMC2 as the Pri...

US.2 by Associate
  • 763 Views
  • 1 replies
  • 0 kudos