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
  • 937 Views
  • 6 replies
  • 0 kudos

Resolved! STM32MP13 Board bring up issue

We are working on a custom board (based on STM32MP135F-DK) which uses STM32MP131AAE and STPMIC1DPQR PMIC.We are using STM32CubeProgrammer TSV Flashing service to flash the image into eMMC, in this process we are getting a PMIC Panic NOTICE: CPU: STM...

panic error during optee binary update

Getting panic error during optee binary update. We are stuck on this. Kindly provide any guidance. We are using emmc for boot and Two file updating till now. But after fip-stm32mp135f-dk-optee.bin update we are getting this error. Here is the log- NO...

manishee by Associate
  • 389 Views
  • 1 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
  • 406 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
  • 1263 Views
  • 9 replies
  • 0 kudos