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

External Mode with STM32L476RG not working

Hi all.I'm trying to run external mode simulation using:Matlab R2022a.CubeMx 6.2.0STM32 Mat\Target(not sure which version) Nucleo L476RGI have created a simple LED example to test the external mode and I used the Embedded Coder to integrate it with t...

0693W00000QKg6AQAT.png
MArvi.1 by Associate II
  • 1693 Views
  • 1 replies
  • 0 kudos

Breakpoints suddenly stopped working

I'm using Atollic TrueStudio 9.3.0. I know it's not the latest, but now is not the time to change anything.I've been debugging my custom boards no problem, for years, including setting at stopping at breakpoints. All of a sudden this morning, the d...

0693W00000NsTjuQAF.png
HForr.1 by Associate II
  • 4644 Views
  • 2 replies
  • 0 kudos

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
  • 1273 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
  • 1839 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
  • 1794 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
  • 1391 Views
  • 1 replies
  • 0 kudos