How to get source code for MT25TL01G_STM32H747I-EVAL.stldr ?
We want to check QSPI setting and modify it if required in MT25TL01G_STM32H747I-EVAL.stldr loader file.From where to get source code for this external loader file ?
We want to check QSPI setting and modify it if required in MT25TL01G_STM32H747I-EVAL.stldr loader file.From where to get source code for this external loader file ?
I want to create project for only CM7 core. But, now what happens is when I try to create a new STM32 project for STM32h757 controller, then it creates 2 projects CM7 & CM4 inside 1 project. I have tried by deleting CM4 project, then built CM7, its b...
Hello,I'm currently working with a STM32F411RC chip in a custom board and using I2C to communicate with some peripherals (namely memory and ADCs). I decided to use I2C with DMA, but it wasn't working, so I switched to I2C with interruptions.My setup ...
How the hell it makes sense to have 2 UEVs per period in center aligned PWM mode and not be able to choose which one generates request for DMA and update of registers. For an interrupt it's possible to choose if underflow or overflow events generate ...
I have a board with an STM32L0 part that uses an 8MHz MEMS oscillator as the external clock source. I recently observed that using the Crystal/Ceramic option appears to make the SYSCLK run at half the expected rate. Using the correct BYPASS option pr...
Hello all,After successfully entering Stop mode with my STM32F051, I cannot wake it up. I have referenced this article heavily, but cannot get it to work for me (I see that it is for an F072B): https://github.com/STMicroelectronics/STM32CubeF0/blob/m...
Hello, I am a student studying stm32. I bought that module. I want to modify the source code in CUBEIDE. A part of the PLM stack folder is in the form of an object file. Can I get the file in c code?? I don't know the exact email address, so I'm post...
Hi All, I am new in ST microcontrollers. I tried to get messages from the USART module of NucleoF429. i follow the steps in this article: STM32StepByStep:Step3 Introduction to the UART - stm32mcuI used many serial monitor tools such as TeraTerm but I...
I have an STM32F101V8 communicating with a AT91SAM9260. The Atmel is the master to the STM32. Upon start up, our device checks for communication between these two processors, it does so by using a set of samples. The Atmel sends the samples, the STM3...