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

Hi, I have this TFT SPI Touch Display ILI9341, program Arduino 1.6.5., and developement board STM32F103C8T6. And I need initialize the display.I have program, but all Power Mode, MADCTL Mode is 0xFF !!! on output.WHERE I HAVE PROBLEM ????? code is in deta

#include <Adafruit_GFX.h> // this line I have added#include "SPI.h"#include "Adafruit_GFX_AS.h"#include "Adafruit_ILI9341_STM.h"// For the Adafruit shield, these are the default.#define TFT_DC   PA0   //  (Green) #define TFT_CS   PA1   //  (Orange) #...

TZ by Associate
  • 1862 Views
  • 3 replies
  • 1 kudos

EEPROM Emulation without using HAL

Dear All,Board: Nucleo - H745ZI-QI want to store few bytes of non volatile memory, for which I learnt that I need to use EEPROM emulation code. I went through the code given as part of STM software in en.stm32cubeh7_v1-7-0\STM32Cube_FW_H7_V1.7.0\Proj...

sarojj7 by Associate III
  • 498 Views
  • 0 replies
  • 2 kudos

Resolved! Incorrect value stored in SPI DR register on STM32F407

Hi,I'm using a STM32F4 Discovery board which has a STM32F407VG with a LIS3DSH accelerometer which is connected by SPI. I'm trying to read a register from the accelerometer and I tried writing the address of the register to SPI->DR. But SPI->DR shows ...

0693W000001cEAKQA2.png
GTS.1 by Associate III
  • 1656 Views
  • 2 replies
  • 0 kudos

Simple way of storing data in non-volatile memory

I'm using the STM32H747 and is interested in storing some variables containing configuration data even after reset.Is there a simple way of doing this?I basically would like to map a variable to be stored in SRAM or EEPROM instead of RAM.Best regards...

JAbra by Associate II
  • 1251 Views
  • 2 replies
  • 0 kudos