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

LT8722 TEC control with Nucleo U5A5ZJQ

Hello, In pair with the LT8722 I use Stm32 Nucleo U5A5ZJQ and TECF1S Peltier device (7v and 1.2A)  Currently as I am trying to communicate with it through the SPI. Just basic status acquisition packet 32bit transmit and 32bit receive. I send 0xF00014...

Metyus_0-1728549522801.png Metyus_1-1728549533371.png Metyus_2-1728549537851.png
Metyus by Associate II
  • 940 Views
  • 3 replies
  • 0 kudos

Resolved! 'new' operator causing crash in c++ project

Hi all, I am porting a c++ project from the STM32H7 EVAL board to the STM32H7 Nucleo 144.The project uses CubeMX to generate the project, then I port in all the source code and set the c/c++/linker directories, symbols and settings.The project uses F...

Mttjcksn by Associate III
  • 3140 Views
  • 5 replies
  • 0 kudos

M95M01 EEPROM not able to read properly

Hello,I am facing an issue while reading M95M01 EEPROM, i figured out that the actual problem is while writing.when i send write enable command looks like it requires a delay before that, though i am giving break point before sending write enable com...