STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1231 Views
  • 6 replies
  • 0 kudos

Break error interrupt in USART

Hello Team, Now I am working on stm32mp133f MCU.  I need to implement break error interrupt in USART. My requirement is when we got 'NULL' data on  RX FIFO . it should generate break interrupt. shall I get this  interrupt with frame error.  

Kaduru by Associate
  • 502 Views
  • 4 replies
  • 0 kudos

strex calls DAbt interrupt

Processor stm32mp157it runs Opencv in baremetal modesingle-tasking environment.when calling a methodvoid UMat::addref(){if( u )CV_XADD(&(u->urefcount), 1);}we get DAbt.The disassembler shows a set of instructions 388 CV_XADD(&(u->urefcount), 1);c013c...

Resolved! STM32MP157 GPIO access

Hi team,I have an STM32MP157 board with a Cortex-M4 processor. I have a simple task, which is to toggle the GPIO at maximum speed with accuracy, ensuring that the clock width does not vary.The maximum toggle speed we require is approximately 15ns bet...

kundanJha by Associate II
  • 1547 Views
  • 9 replies
  • 0 kudos

Enabling PWM buzzer in STM32MP13X UBoot

Hi,We are working on developing a custom board that necessitates the immediate activation of a buzzer with a predefined frequency as soon as the board is powered up. We are exploring the feasibility of utilizing the PWM driver in U-Boot to achieve th...

Resolved! Automated unit testing for Yocto builds

Hi! Is there a way to run unit tests automatically on the STM32MP157-DK2 board? I've managed to flash the device using the STM32 Programmer CLI, but after flashing, I need to manually switch the bootmode to boot from the SD-card.It would be great if ...

salmmike by Associate II
  • 458 Views
  • 1 replies
  • 0 kudos