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

Identifiers in the .icf file is undefined in IAR

I'm working on a project, which is built on the IAR workbench 7.50 ID. I'm trying to compile the code since so long, but I keep getting errors in the .icf file, and I don't know how to resolve them. Basically, all the identifiers/ keywords in the .ic...

Can’t create a project for NUCLEO-G474RE in mbed

Hi everyone,I am new to embed, I was trying to create a project today for my NUCLEO-G474RE in mbed using mbed but I got the following error:Could someone please help me solve this invalid clone url: https://os.mbed.com error. Thanks in advance.

0693W000000U1OEQA0.png
jefazo92 by Associate III
  • 749 Views
  • 1 replies
  • 0 kudos

Im using stm32F373c8t6 MCU, i want to interface i2c2 peripheral with MCP7904N(EEPROM IC). i have generated configure file from cubeMx .. This board is tested ok.

when i write or read it show hal_ok..if(HAL_I2C_Mem_Write(&hi2c2, 0xA0, 0, 1, eeprom_tx_buff, 1,15) == HAL_OK) HAL_GPIO_WritePin(GPIOB, GPIO_PIN_3, GPIO_PIN_RESET);It shows hal_ok .if(HAL_I2C_Mem_Read(&hi2c2, 0xA1, 0, 1, eeprom_tx_buff, 1,15) == HA...

Asing.1 by Associate II
  • 412 Views
  • 0 replies
  • 0 kudos

I cannot debug from main() function (NUCLEO-H743ZI2)

Hi all,I have developed a program with NUCLEO-H743ZI (Version 1).And there is no problem for debugging. Recently, I bought NUCLEO-H743ZI2 (Version 2). I found it cannot enter main function in the first beginning. I try to uncheck 'run to main' item ...

clee.10 by Associate III
  • 851 Views
  • 2 replies
  • 0 kudos

Resolved! EEPROM on the H7xx would be nice

I'm not sure how many H7xx applications deploy without EEPROMs. Everything I've touched in the last 5 years in the F3xx and H7xx line needed an EEPROM for the usual customer side configuration persistence requirement. My customers prefer to take the...

n2wx by Senior
  • 2703 Views
  • 14 replies
  • 1 kudos

Why does hard fault occur in STM32H753 VI?

When I was trying to download the code to STM32H753VI using IAREmbeddedWorkbench, IARissued a warning to me.Warning: There were warningsduringdownload, seeLogWindowAfter pressing the OKbutton, I checked and found my code was held in HardFault_Handler...

Ekim.1 by Associate II
  • 1089 Views
  • 5 replies
  • 0 kudos