STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

I'm newbie c programming language. I'm developing an application for the STM32F410RBT. I am generating key pair using uECC library. I can't print the key pairs to the console. I am sharing the sample code below. Thank you for your help.

int _write(int file, char *ptr, int len) { int i = 0; for (i = 0; i < len; i++) ITM_SendChar((*ptr++)); return len;}uint8_t private[32] = { 0 };uint8_t public[64] = { 0 };using uECC_make_key generate public and private keysprintf(public[0]); /* warn...

nozba.1 by Associate
  • 487 Views
  • 1 replies
  • 0 kudos

SWO doesn't work

Hi, everyoneI use stm32f429ZI (180MHz)​​The setting contents were attached to the file​Any advice would be appreciated​Best regards,​​​

Hwoo- by Associate II
  • 1146 Views
  • 2 replies
  • 0 kudos

STM32CubeIDE 1.9.0 released

STM32CubeIDE 1.9.0 was released today on st.com as well as an in-tool update patch.Caution: The in-tool update does not allow updating debug probe drivers and ST-LINK server tool. Full installer is required for this.What is new in 1.9.0?Target suppor...

How to configure SMBUS in stm32h7?

Hello,I am working on Nucleo-h745ziq board.I have to configure the ADM1032 which is temperature sensor and SMBUS compatiable IC.How I can configure the SMBUS in STM32CUBIDE.Which libabry that I have to use.Can you help me.

MDeva.1 by Associate II
  • 1302 Views
  • 6 replies
  • 0 kudos