STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Error while debug

WHile debugging for a custom board this is what I am facing Break at address "0x1fff4080" with no debug information available, or outside of program code. This is the code that I am trying to run . What is the reason for this error and how it can be ...

Rituraj by Associate III
  • 170 Views
  • 5 replies
  • 1 kudos

STM32H7B0 OCTA SPI not working for APS6404 QSPI RAM

Hi,We try to send an receive data to the external APS6404 RAM.Therefore we read the application note AN5050 and copy the function from page 55 (7.2.5).At first the function HAL_RCCEx_OCTOSPIDelayConfig() we cannot find in the library.What is correct ...

OGhis by Senior
  • 193 Views
  • 12 replies
  • 1 kudos

Create external signal with clock 100 Mhz in STM32H745

Hi all, I have already searched on the forms and in general did not find an answer to my problem, I will be very grateful to you for help.I need to create an output signal with a frequency of 100 Mhz as CLK in  STM32H745. I used the Discovery Boards ...

img_1.bmp img_1.bmp
Ronil by Associate
  • 360 Views
  • 20 replies
  • 8 kudos

STM32U575 incorrect timing

I am testing the functions of STM32U575 and found the following issue.I simply wrote this in main(): while(1){ for(i=0;i<160;i++); HAL_GPIO_TogglePin(GPIOC, GPIO_PIN_11); } where i is defined as uint32_t.HCLK is set to 160MHz by using PLLCLK with...

TIMER Interrupt and Other Interrupt

Hello All, I am progressing toward my goal. I am bit banging a GPIO port every 2 uS based on a Byte buffer. I can not use SPI because I need to send a predefine number of bit that is not 8 aligned. So I use a timer and every UIF event I reset the GPI...

vbesson by Associate III
  • 127 Views
  • 8 replies
  • 1 kudos

STM32F405 - SPI MPU-6500

Hi,I am trying to communicate with the MPU-6500 from InvenSense and the STM32F405 micro controller in SPI.I managed to read the WHO AM I. And seems to respond well with its value of 0x70.The problem I have is when I want to read the accelerometer and...

Capture d’écran du 2024-08-23 13-42-26.png Capture d’écran du 2024-08-23 13-52-09.png
ELECL.2 by Associate II
  • 52 Views
  • 2 replies
  • 0 kudos

External flash Loader STM32H745 + MT25QL512A

Hello,Am using STM32H745XI device same as the disco board and external flash on QSPI (MT25QL512A) single chip flash. IAR IDE is used for development. Though there are reference driver codes available for MT25QL512A but different controller is used. I...

ATank.1 by Associate III
  • 372 Views
  • 14 replies
  • 2 kudos
Labels