STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to allocating dynamic memory in External SDRAM?

Hi all,I'm currently working on a project using the STM32H723 interface with SDRAM IS42S16400J. After booting up, I have to read a large JSON file [2MB] from flash into SDRAM then parse it to get the information. I wonder if I could allocating dynami...

Jumping to main program from ISR

Hi,I try to jump from Bootloader to my main program using this function:void jumpToMainProgram(){   uint32_t topOfStack = (*(uint32_t *)0x8008200ul);   HAL_RCC_DeInit(); // deinit clocks   // reset all periphals __HAL_RCC_AHB_FORCE_RESET(); __HA...

STM32F207+ADS127L01 SPI

Hi there i cant get a real data from ADS1227L01. In debug mode i see the value 0xFFFFFF.Q1: If anyone used ADS127L01 can they send me librarys for comparison ? Q2: Im using 3.75MBits/s Baund Rate is it enough for 24 bit data?

YCice.1 by Associate
  • 437 Views
  • 1 replies
  • 0 kudos

Resolved! Implications of underclocking HRTIM

Hi, I've got a bit of an odd question but I'm hoping someone will be able to help or at least point me in the direction of some further information.I am currently looking at a project where we need around 10 PWM outputs so we were looking at using th...

Gazmundo by Associate
  • 503 Views
  • 1 replies
  • 0 kudos

SPI Slave NSS input not consistent

So I'm having this weird bug I can't seem to figure out.I'm trying to connect two stm32f4 discovery boards through SPI.The master is sending out a SS signal I want to use to synchronize with the slave.However for some reason before I send out a messa...

MDrac.1 by Associate III
  • 1008 Views
  • 2 replies
  • 0 kudos

hard fault when calling SBC_CleanDCache

I had some wrong bytes when transferring data over SPI, so I tried to clean the DCache. But I get a hard fault if I do this:I'm using the NUCLEO-H723ZG board.

0693W000008xqbnQAA.png
fb by Associate III
  • 705 Views
  • 3 replies
  • 0 kudos

QSPI memory mapped mode reads 0xFFFFFFFF everywhere

Hi everyone,I have followed the tutorial from ST to set the external loader :https://www.youtube.com/watch?v=XqCq0xtQmbIhttps://github.com/STMicroelectronics/stm32-external-loader/tree/contribHere's my HW config :I use the same QSPI (MX25L51245G) tha...

0693W000008xPAaQAM.png 0693W000008xPAkQAM.png 0693W000008xPBEQA2.png

Hi all, I'm trying to configure my NUCLEO-H745ZI RAM as Device mass storage, i followed some tutoriels showing how to do this application with CubeMX and Keil IDE but its not working for me. I write my code only in "usbd_storage_if.c" file.

The code compile, load it to flash memory and enter debug mode to run the program.When i connect the usb connector present on the board to test if the computer will detect it as an usb device mass storage, nothing happen ! Can someone help with this ...

PyKe by Associate III
  • 953 Views
  • 3 replies
  • 1 kudos