STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

STM32H743VIT6 + STM32CubeIDE 1.4.1 + QSPI W25Q256

I am using the attached code, To access W25Q256 in QSPI mode,In the QSPI_ResetMemory ()Always returns QSPI_NOT_SUPPORTEDRunning this same code in STM32F765VIT6, it works.Analyzing the pins of the QSPI, I see no changes.

RDos by Associate II
  • 896 Views
  • 3 replies
  • 0 kudos

Why this pity code at line 13 couse the Hard Fault?

#include "stm32f0xx.h" void SysInit(void);   uint8_t array1[260] = {0}; uint8_t array2[260] = {0}; uint16_t test; int main(void) { SysInit(); for(uint16_t i = 0; i < 260; i++) array1[i] = i & 0xFF; test = *(uint16_t*)&array1[0xEA]; test = *(uin...

MPony.1 by Associate
  • 1108 Views
  • 8 replies
  • 0 kudos