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

## preprocessor directive in STM32 eclipse doesn't work

I use this definition #define ITEM(A,B,C,D,E,F)   (((ulong32)##A## << 25) | ((ulong32)##B## << 20) | ((ulong32)##C## << 15) | ((ulong32)##D## << 10) | ((ulong32)##E## << 5) | ((ulong32)##F##))that "translate" any switch case block in a constantswitc...

NVERZ by Associate II
  • 854 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo board ground shorted

Hi, I don't really have an electronics background so this might be a silly question.Is there a reason why the ground pins on my Nucleo board (f767zi) are shorted with jumpers?Or are the jumpers only used to give the board ""feets""?I'm attaching a pi...

0690X00000BwV7SQAV.jpg
FDi L.228 by Associate II
  • 1095 Views
  • 2 replies
  • 0 kudos

SMBus communication between STM32 and BQ25700A(charger ic)

Hello,I am trying to do communication between Charger IC(BQ25700A) and STM32 controller by using I2C communication protocol.For taking the status of charging/discharging current of battery from charger ic,i have to configure registers in charger ic a...

0690X00000BwUj6QAF.png 0690X00000BwUmUQAV.png
Mohan1 by Associate III
  • 1062 Views
  • 0 replies
  • 0 kudos

STM32F7XX bootloader unable to erase.

Hello,We already have developed a USART boot-uploader for a project of ours, testing it on an STM32F7XX customized board. I can bring up the bootloader by init command ( 0x7F ) and get a response 0x79 ( ACK ). But an extended erase command fails to r...

svLag by Associate II
  • 555 Views
  • 1 replies
  • 0 kudos

When do we need to call Clean and Invalidate D Cache?

Hi everybody, this maybe a very simple question but it is complex to me.Are they only needed between DMA and Memory?If we have few buffers but they are same RAM, do we need to clean/invalidate before copy or read?If a buffer is located in uncache (by...

Dat Tran by Senior II
  • 6380 Views
  • 7 replies
  • 0 kudos

STM32H747I board how to program

Hello I just got a STM32H747I-DISCO board. I have no idea how to program it. I am using STM32Cube ide. When I use only CM4 main to led blink debugger gives error. When I write led blinking code to both CM4 main and CM7 main then this time debugger is...

GunkutA by Senior
  • 664 Views
  • 1 replies
  • 0 kudos