STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HardFault_Handler, array initialization (STM32f103CBTx)

Hello everyone,MCU - STM32f103CBTx, Flash - 128Kbytes, RAM - 20kBytes. I use MDK-ARM V5 (Keil uVision 5) and compiler is - default compiler version 5.In my program I try to initialize float array with length of 240, ( float array[240] = {0}; ) and th...

0690X000008AkQhQAK.png 0690X000008AkQcQAK.png 0690X000008AkQXQA0.png
Denys1 by Associate
  • 464 Views
  • 1 replies
  • 0 kudos

ili9341 and pins

Hello guys,I would like to drive ili9341 using that library --> https://github.com/martnak/STM32-ILI9341and I faced somthings that I didn't know about pins.My device is this --> https://tr.aliexpress.com/item/3-2-inch-320x240-320-240-TFT-LCD-Module-...

Zek_De by Senior
  • 566 Views
  • 1 replies
  • 0 kudos

Running code in RAM on STM32H7

Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...

ADion by Associate
  • 490 Views
  • 2 replies
  • 0 kudos

Nucleo F303RE USB Serial Comm HAL example code?

Hello,I suspect there's example code for reading and writing serial data through the USB comm port (ST-link cable) on the Nucleo boards using the HAL libraries. Can anyone point me to one? I've seen the printf() example which is half way there. Th...

How to get started with bluetooth?

Hi, I've had an STM32F411 development board for sometime and have done hobby projects with practically every peripheral on the board (audio output, mic, accelerometer, gyroscope, etc) programming both with and without the HAL. I'm now interested in ...

STM32F411VE - IAR save RAM values on debugger reset

Hi everybody,I'm using STM32F411VE and compiling/debugging with IAR / ST-LINK.My firmware has a structure that must be non volatile and is, thus, saved on flash everytime the machine detects that the mains have been switched off (by z-crossing detect...

gdivella by Associate
  • 258 Views
  • 0 replies
  • 0 kudos