Resolved! M95M02 eeprom Read And Write
Hello All ,I Am working On Interfacing M95M02 EEPROM With STM32 .Anyone Have Example Code for the same that is very helpful for me
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello All ,I Am working On Interfacing M95M02 EEPROM With STM32 .Anyone Have Example Code for the same that is very helpful for me
Hello, Thanks for the great support . I have a doubt regarding FT pin of the STM32F407x microcontroller . Will the microcontroller gets damaged if 5V is applied when it is unpowered ?in the datasheet Table 12. Current characteristics of section 5.2 ....
I have an STM32G474, but this encoder/timer behavior is likely similar for other MCUs. I have the timer set up in quadrature encoder mode on channels 1 and 2 and I'm using input capture on channel 3. This is tied to the encoder index so that it will ...
Hi,I am trying to interface the 4 digit seven segment display with STM32f3xx by using 74HC595.I am using SPI between uC & 74HC595. If any one having reference for the same then it will be great for me to solve the display switching issue.My data is ...
Hi,Platform: nucleo_l552ze_qSoftware: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git I refer to the following guidance to build TFM(mucboot+tfm_s+tfm_ns)https://ci-builds.trustedfirmware.org/static-files/dSCeSWgwLnZWLSe93vGDOCnmbXd4dH...
I have a working project* based on the STM32f031k6 (NUCLEO-F031K6). I have been running it successfully from a 4.8V Ni-Mh battery connected to the VIN pin for some time.Now, I want to modify the design to run from 3.3V. I have disconnected the VIN co...
We are compiling the same project in two different computers, we are getting the same .hex file, but different .list and .map files. We would like to know why, as we need to share this project and we want it to be exactly the same.
We use stm32g474re in our project. The i2c devices used in our board have two types, one support high-speed mode while the others doesnot. Currently, i set the i2c master with fast mode(400K). Is it possible to set i2c master with high-speed mode and...