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

I would like to run an arduino nano sketch on STM 32, Only 4 pins are need to define.... please help me to do this.... The code is working perfectly on my circuit, due to arduino nano memory is less, so i am unable to add more leds (ws2812B). Thank you.

/*  Code for Arduino WS2812b-MSGEQ7 Spectrum Analizer.  https://www.youtube.com/watch?v=mGton_zqrS0  */#include <FastLED.h>#define NUM_LEDS 70#define COLUMN 7#define ROWS 10#define DATA_PIN 6#define STROBE_PIN 3#define RESET_PIN 2#define BRIGHTNESS 1...

SDamo.1 by Associate II
  • 1311 Views
  • 4 replies
  • 0 kudos

Resolved! Emulated EEPROM is not erased after flashing new code

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...

MGrub.3 by Associate II
  • 1635 Views
  • 7 replies
  • 0 kudos

Resolved! Problem with step one opening example file?

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...

0693W000001tTMAQA2.jpg
WBerr.2 by Associate
  • 1253 Views
  • 3 replies
  • 0 kudos

EEPROM Write Issue using SPI (STM32F779BI)

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 ...