How to get IBIS model files?
We need IBIS model file for STM32MP157AAD3 Processor. Please send or share the link to download.
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
We need IBIS model file for STM32MP157AAD3 Processor. Please send or share the link to download.
Hello, I've try to connect to the through SSH but it's seem no sshd is running :BOARD $> ssh root@xx.xx.xx.xx BOARD $> ssh: connect to host xx.xx.xx.xx port 22: Network is unreachableBOARD $> systemctl sshd -l BOARD $> No ssh.service foundI would lik...
I've build a docker container to run bitbake on it. I took as base this dockerfile https://hub.docker.com/r/gmacario/build-yocto/dockerfile and replacedbase image from debian to ubuntu 18.04Replaced dependencies listed at https://wiki.st.com/stm32mpu...
Can I develop on IAR or Keil without Linux?
Can't a7-core write firmware with a generic compiler like IAR without Linux?Like working with tools like ADS Compiler , like s3c6440 .....
On my custom board I have the following issue, when my board powers up it goes into USB DFU mode instead of booting to EMMC, despite the BOOT pins. When I reset the board manually by taking nrst down, it boots correctly. I followed AN5031. I have dis...
1,What is the reason for setting the display frequency to 50HZ instead of 60HZ?2, I designed a circuit board, using mipi to HDMI chip, and found that using 60HZ frequency to drive the display will jitter.
Hello, I try to work with a STM32MP157C-DK2 board but I'm not able to detect the board.I'm on Ubuntu 18.04, I've follow the STM32MP1 wiki and install everything needed.I put the board in DFU mode (BOOT 2 & 0 on 0) but when I run STM32_Programmer_CLI ...
Hello.I want to reset MPU core(s) while MCU is running firmware. Such reset shouldn't stop MCU.I can make electrical changes if it can be achieved with power control. Or maybe it can be possible to use PWR (or some other) registers?
I want to use sound alarm in my M4 program or on A7 Linux side.It can be any kind of sound (beep...etc).What should I do ?Which external pheriperal can I buy , or is it possible to do it with internal pheriperals on the board and how ?tnx