AT24C256 Is it compatible with stm32l496zg Device in terms of speed ?
we used internal I2C HAL function and getting Ack failure while communication with EEPROM.
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
we used internal I2C HAL function and getting Ack failure while communication with EEPROM.
Hello Community,I am getting no defination found error for below function for STM32H7A3ZI MCU in IAR IDE.__get_interrupt_state()__set_interrupt_state()__enable_interrupt()__disable_interrupt()Can anyone help to understand the problem. Thanks in Advan...
I just installed Atollic TrueStudio on a new PC. I am getting eclipse-related errors when I try to run the program. I have attached the log.The first few lines of the log are below. full error log is attached !SESSION 2022-04-06 15:16:19.728 --------...
Hi there,From testing it's quite jarring to me to discover that after every 16bit write u need to wait ~5ms before the EEPROM will accept after write. After a more detail reading of the manual I found that after SPI write cmd the EEPROM will trigger ...
I am working on PIL on Matlab Simulink. When I run the PIL sample in the STM32Demos file, I got the error as below. I changed the configuration settings but it didn't fix it. Where do I have a mistake? MATLAB 2021a STM32cubeMX 5.6.1 ...
1. Rebuild example code is OK.2. Download and Debug failed. Failed to connect to CPU on IAR workbench3. Navigator flash programing is OK. But the default load seems not ok such as "Beacon"Did I miss some settings from "EWARM_blueNRG-lp_flasher_2....
Hi everyone,When I try to generate code for F0 or F1 MCU in Simulink with STM32 MAT TARGET, I encounter the following error at the very beginning of code generation:### Using System Target File: C:\MATLAB\STM32-MAT\STM32\rtw\stm32.tlcError: File: exe...
Hey,I build my own STM32 board with the STM32L011G3 and started testing with a simple blinking program via SWD and ST-Link V2. When I'm debugging it, everything works fine, but when I use the run command in SW4STM32 the LED lights up, but does not t...
I am using STM32L476, and I downloaded X-CUBE-EEPROM software package, included it into my project and it works fine. But I am noticing that after every reset it writes dummy word of all 0. CRC + Vaddress +Data... all 32 bits are zeros.That write is ...