Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Hello there. I want to do static code analysis with cppcheck. I did my project with Iar Embedded Workbench. How do I enable it on IAR.
I have removed STLINK jumper from JP2.I have connected I-Jet to MIPI10.On I-Jet, I see USB and TPWR LEDs are green, and DBG LED is off.When downloading code get error: CPU did not power up.None of the Nucleo's LEDs are on. Seems like there is no powe...
Hello,I am trying to program and debug only the M4 core of the STM32H745 processor using MDK-ARM v5.16a. I understand that dual core debug support was added in MDK-ARM v5.25, but I don't see why I can't treat each core separately for now. A few detai...
Im using stm32f429i-disco and TrueStudio v9.2.0 , i have a program to write and read to FLASH, when i start to debug at first attempt it works fine but on second attempt it throws an error :Failure at line :6 in 'Target Software Startup Script'. Plea...
Any IDE recommendations? Customer is using IAR planing to use unity for unit test.
/* 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...
2- Does anyone have experience getting data from BMI160 with ST32 MCU?ThanksSaber
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...