User Activity

Hello all,Currently i'm working over STM32H750IBT6 Controller with QUAD SPI MT25QL128A External flash. The objective is to boot from internal flash address which is 0x08000000 and jump to external flash address, as the internal flash memory is quite ...
We are using STM32H750IBT6 Micro in our project and i'm trying to read external flash which is QUADSPI Flash (MT25QL128A) by ST-Link V2 using STM32 Utility/Programmer. I am able to read and write microcontroller but unable to read and write external ...
I want to use external flash as boot memory because the size of internal flash is not enough for my controller. what i was thinking is to write code in external NOR flash and give address as starting address for boot in flash.ld file but then i found...
Hello everyone,I am currently working over stepper motor with STM32F7 series controller and i'm trying to control the stepper using PWM timers. Somehow there is no such support for the same as all i found is controlling servo motor or some other rela...
I did interfaced STM32l151 with ENC424J600 using SPI , But know i don't understand how to make buff of data to send over ethernet .I did tried some stuff but all says incorrect sequence or frame, sometimes it shows LLC .I am stucked in here please he...