Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
It also doesn’t erase after starting new debug session. Is that expected behavior? I am using STM32L476, and I downloaded X-CUBE-EEPROM software package, included it into my project and it works fine. EEPROM content is retained after NVIC_SystemReset...
Hi all,I am using STM32F042 series mcu, and IAR as compiler.I have some #define statements in main.h which provides some setting configurations. Forexample we have different custom pcbs which have either active low or active high button. If I place #...
Carefully following the instructions I got with my STM32 Nucleo board I am trying to opent the: C:\Users\myname\STM32Cube\Repository\STM32Cube _FW_L4_V1.11.0\Projects\NUCLEOL476RG\Examples_LL\ GPIO\GPIO_InfiniteLedTogglingThen project:GPIO_InfiniteLe...
Hello ,I am working on project in which I have to write data to EEPROM using SPI.I am able to write data to eeprom successfully when I disable CPU I-Cache and D-Cache otherwise it failed.so is it necessary to disable both cache while using EEPROM or ...
The following test code, when writing pTemp[3] to EEPROM, that is, when writing 0x00 to internal EEPROM(FLASH 0x08080000), an error will occur. Calling library function DATA_EEPROM_ProgramByte will have the same error. What causes it? Will it be due ...
I simply want to read A0 analog pin through terminal on Truestudio however after weeks of trying I need help. My step-by-step guide on what I have done is below:In STM32CubeMX I initialised all peripherals. I set PA0 as ADC1_IN5. I initialised ADC1_I...
I've downloaded the "cube" package but nothing leaps out. If there's no package, what's my best bet to use as an IDE?