Resolved! X-CUBE-DPOWER STM32G474 - Software Download Issue
Hi ,I want to install X-CUBE-DPOWER for stm32g474 board but this message appears This software is not available for download.Can anyone help me solve this problem?Kind Regards
Hi ,I want to install X-CUBE-DPOWER for stm32g474 board but this message appears This software is not available for download.Can anyone help me solve this problem?Kind Regards
Hi, We are using STM32F103 family controllers.how to fix the function address , i have tried below mentioned procedure ,but i am getting error . Linker script source:/* Linker script for STM32F4 series with fixed function address *//* Specify the me...
Hello,Just fount a bug on the LL driver of VREFBUF on STM32U575when you want to configure internal Vref to 2.5V and you use the nest function:LL_VREFBUF_SetVoltageScaling(LL_VREFBUF_VOLTAGE_SCALE3);where LL_VREFBUF_VOLTAGE_SCALE3 should set VRS bits...
Hi,I have to read both image files(BMP and JPEG) and also text files from either uSD or USB pen drive. But - despite having written quite a bit of code through the years - I have never developed any code that does that specifically. nor do I have pre...
Hi,I am a beginner for bootloader development.1.I am using STM32F103C8T6 controller in my project. So kindly give a procedure document or sample code for this bootloader process. 2.how to jump bootloader to application .3. how to reset the vector tab...
Hi,I am trying to program on keil based on sdio with STM32H753ZI MCU.I am able to successfully initialize the sdcard FATFS_LinkDriver(&SD_Driver, SDPath),and I use HAL_SD_Erase() to erase ,itˊs successful ,but when i use f_mount() function it stuck i...
Is there anyone who experience this issue? I use eeprom with I2C and USB OTG communication in STM32F407 discovery board. There is no common GPIO pin. whenever I use USB OTG to write something in eeprom through I2C, USB and I2C looks disabled in same ...
Background: If I used the Boot0 button, reset, and the demo-flasher, everything works as it should. Problem:My application needs to jump to system memory. I've read many post on this which should be fairly straight forward but after jumping to Sys...
Hello, using the Ethernet PTP hardware on the STM32H743 processor in slave mode, I synchronize my clock's value and counting speed within the Ethernet peripheral to that of the master device. Is the system clock used by the processor core to execute ...
Hello, I am developing a bootloader which communicates with an external flash memory (AT45DB041E) in order to check if a file is written inside the flash. This file that my bootloader is searching for is written from another program which is on the e...