Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 QSPI works with compiler Version 5 but not 6

I'm not sure if it's more appropriate to post this in the ARM/Keil forum or the STM32 forum so I'm trying both.We have a project based on an STM32F730V8Tx and I need to use the QSPI block. We created a simple test project that just initializes the ex...

EGers by Associate
  • 740 Views
  • 0 replies
  • 0 kudos

DATA EEPROM on B-L072Z-LWAN

Hello,I am developing a project based on B-L072Z-LWAN with STM32CubeIDE 1.6.1, I need to write data to DATA EEPROM. I use herring functions://Byte writevoid EEPROM_WRITE(uint16_t BiasAddress, uint8_t *Data, uint16_t len){ uint16_t i; HAL_StatusTypeDe...

SStan by Associate
  • 564 Views
  • 0 replies
  • 0 kudos

Flash Erase Problem After Reset

I've flash erase problem after reset.My source code routine like this:1) Boot code start at address 0x08000000 2) Than read eeprom value if eeprom value is User value3) And jump user application. ( To 0x080A0000)4) After the successfuly jumping, I ge...

DCtech by Associate II
  • 1872 Views
  • 5 replies
  • 0 kudos

Jump Application Code And Eeprom Fault

I am trying to jump user application from boot code:Boot code only include below lines:  HAL_Init(); SystemClock_Config(); // Jump proccess start uint32_t reset_handler_add=*((volatile uint32_t*)(FLASH_APP_START_ADDRESS+4)); void (*ap...

DCtech by Associate II
  • 1920 Views
  • 7 replies
  • 0 kudos

Resolved! I2C not working on Mapped Pins, why?

Hello, I am using an STM32G061K6T (only MCU I could find in stock at the time) and I'm try to communicate with an EEPROM via I2C.I have the SCL and SDA mapped to PA9 and PA10, respectively with 3K3 Pull up resistors. SDA pin is pulled up and stays up...

MikeP by Senior
  • 4189 Views
  • 10 replies
  • 0 kudos

Resolved! STM32H753XI-EVAL2 + IAR + I-Jet binary download error

Any one have the following configuration.HW: STM32H753XI-EVAL2Toolchain: IAR EWARM 8.20.2Debugger: IAR I-jetI am getting "Download completed but verification failed." error for the example project UART_HyperTerminal_IT in STM32 MCU Cube Firmware Pack...

KGane.1 by Associate III
  • 1627 Views
  • 3 replies
  • 0 kudos