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-MAT/TARGET not working correctly, code is generated only for one block of each type, the rest of the blocks are eliminated

Hi,i have a problem with generating C-code for a STM32F407VG microcontroller unsing the STM32-MAT/TARGET package and embedded coder. I can generate the code using the simulink library blocks supplied by the support package (CAN_Send, GPIO_Read, etc)....

0693W00000NrvXAQAZ.png
MRegg by Associate
  • 740 Views
  • 0 replies
  • 0 kudos

STM32F030F4P6

When I am uploading a program via Arduino IDE, it is giving me an error as " arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: region `FLASH' overflowed by 18724 bytes"and " exit status 1Error compiling for board Generic STM32F0 series."Pleas...

we have a EEPROM device ( M24C16, M24C08 ) to record a calibration data for the pump. can someone share with me a scenario of data corruption during the power up mode and operation mode when read/write access is needed

we have experience checksum change ( or data corruption ) anomaly in various stage of production assembly process, this anomaly occurs 1) when we power up the system, we got checksum error, does it mean that the data from default factory setting wa...

jli.3 by Associate
  • 861 Views
  • 2 replies
  • 0 kudos

STM32G Series External EEPROM Problem

Hello Everyone​When I try to save data to external eeprom using stm32g030 with hal libraries, I can't save any data but I can do the same with other stm32l or stm32f0, stm32f1, stm32f2, stm32f4 series processors. What is the problem ?Has anyone had t...

Merttg7 by Associate
  • 1087 Views
  • 3 replies
  • 0 kudos

hi, we are interfacing EEPROM to STM32L496ZG Nucleo board .but AT24C256 is failing to write data. Please find attached function to write data in EEPROM.We used A0 Device address to write data in EEPROM.Kindly Reply.

int at24_HAL_WriteBytes(I2C_HandleTypeDef *hi2c,uint16_t DevAddress,uint16_t MemAddress, uint8_t *pData,uint16_t TxBufferSize){if(HAL_I2C_Mem_Write(hi2c,(uint16_t)DevAddress,(uint16_t)MemAddress,I2C_MEMADD_SIZE_8BIT,pData,(uint16_t)TxBufferSize,1000)...

Namita by Associate II
  • 777 Views
  • 1 replies
  • 0 kudos

I can't complete the download and debug of my STM32F401 Nucleo-64 MCU on IAR on Windows 11 because i get the following error "Failed the search for probes, ensure that the USB drivers are installed".

I have found that under the windows 11 control panel the ST-Link driver is not correctly recognized. Please see the attached picture about this. There were no problems of this sort on windows 10, it only occured on windows 11. I tried to reinstall th...

GParr.1 by Associate II
  • 3536 Views
  • 5 replies
  • 0 kudos