STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I write different data to different address in each sector of flash memory of STM32F030C8 series, Is it possible write different data and read the data.

I have been trying to write single data say 100 to one address and 200 to next address of each sector of flash memory of stm32f030c8, it has 16 sectors and data is written and erased in pages. I want write data to each address in each sector starting...

Jotsna by Associate
  • 284 Views
  • 0 replies
  • 0 kudos

How do you trigger dual-core halting on an STM32H755BI?

I'm trying to get my SWD debugger to halt both cores when debugging one of them, but by default it appears to only halt a single core. Looking into the reference manuals for the H755 I see section "63.5.3 Cross Trigger Interfaces (CTI) and matrix (CT...

DFay.2 by Associate II
  • 712 Views
  • 1 replies
  • 0 kudos

SRAM Memory write or erase getting a hardfault

Hi team, can anyone help me what is wrong im doing in the code, ihave used the SRAM(1/2/3) or part of SRAM which is SRAM1, the data is getting erased or written to the specified address but at the end its getting hard fault, can anyone help me to rec...

meghasb by Senior
  • 696 Views
  • 2 replies
  • 0 kudos

ADC_Enable is timing out on STM32G031G8

I'm getting a timeout error when trying to configure a G031 to convert 8 channels. Any ideas what could be causing this? Here is the code: /* USER CODE BEGIN Header */ /** ***************************************************************************...

Pull resistor in I2C in STM32f334

I am using STM32f334 I2C as master and my slave is Arduino UNOMy problem is I am unable to receive anything from my masterI think the problem here is pull resistor, first I tried using Internal pull resistor but it did not work, then I tried with 2k ...

SADEP.1 by Associate
  • 568 Views
  • 1 replies
  • 0 kudos

How to separate variables using MPU on STM32F429ZI?

This is kind of a broad question, but I'm having a bit of trouble understanding/finding resources on using the MPU on this MCU. My goal is to partition some of the variables in my code so that they cannot be accessed by accidental writes/overflow, an...

CMora.1 by Associate
  • 785 Views
  • 2 replies
  • 0 kudos

Resolved! Why I cannot register for the STM32H5 webinar??

This is the first time that I cannot register with my usual email address (which I use for this community). Just have registered for another webinar on STM32MP. Why registration for the H5 webinar does not like my email? 

_legacyfs_online_stmicro_images_0693W00000bjUyYQAU.png
Pavel A. by Evangelist III
  • 2286 Views
  • 8 replies
  • 0 kudos

Debugging from bank 2

I'm working with Nucleo-f439zi board.I use dual banking feature.I cannot find a way to debug from bank 2how to debug application from bank 2 ?