Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

U-Boot on STM32H743, Hard Fault..

Hello Guys,I have a STM32H743IIT6 on a CustomBoard, my Clock is a Quarzoscillator with 25mhz. I have a SDRAM from Winbond with 32 MiB on Bank1, my debug port is USART2, with sdcard for linux later.I checked out the last release of u-boot from https:/...

Sany by Associate III
  • 367 Views
  • 0 replies
  • 0 kudos

Resolved! External Flash for STM32F439Zi

Dear Sir/Madam,Good day~I am currently using STM32F439ZI for the purpose of developing BMS.However, the code size exceed the internal Flash capacity, which is 2MB.To address this, I intend to add an external Flash (MXIC:MX25L25645G).May I know whethe...

VinceTai by Associate II
  • 719 Views
  • 8 replies
  • 6 kudos

Resolved! How to Port the PROFINET Community Stack to STM32?

Hello, I’m exploring how to convert the  PROFINET Community Stack into a working implementation on STM32.Specifically, without relying on commercial stacks like RT-Labs.Has anyone successfully ported the community stack to an STM32 platform? Any insi...

Srave.1 by Associate II
  • 461 Views
  • 3 replies
  • 1 kudos

Shifting left – a general C question

Hi,I have a piece of CRC calculating code that I nicked from somewhere a couple of decades ago. I've been wondering about a few lines: *CRCVal ^= (*CRCVal << 8) << 4; *CRCVal ^= ((*CRCVal & 0xFF) << 4) << 1;(CRCVal is a pointer to a uint16_t varia...

EThom.3 by Senior II
  • 1689 Views
  • 17 replies
  • 15 kudos

Resolved! Blackmagic debug probe in STM32CubeIDE

Split from Cmsis-DAP debugger in STM32CubeIDE as this is a new question about a different probe.Hi guys, sorry i haven't responded, i do not have the daplink anymore, i have it to a friend when i got a diy Blackmagic debug probe, and i have another p...

atleasttwocharacterslong_0-1745939277242.png