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 ...

STM32 and cJSON problem?

Hi Guys,I run the following code in a STM32F4429ZI board (a project was generated with STMCube 6.3 and I´m using Cube IDE 1.7):// Create a json objectcJSON *info;info=cJSON_CreateObject();//adding datacJSON_AddStringToObject(info,"sex","male");cJSON_...

Hello- New to ST32 and the IDE, and re-learning C as well. I am trying to work an example using I2C for a 2 line by 16 digit LCD. When I compile (build) I get 4 errors, need to help if you would. 1st time poster....

error: 'for' loop initial declarations are only allowed in C99 or C11 mode 223 |  for(uint8_t i=0; i<offset;i++) error: 'for' loop initial declarations are only allowed in C99 or C11 mode 234 |  for(uint8_t i=0; i<offset;i++)error: 'for' loop initial...

SScot.3 by Associate II
  • 676 Views
  • 3 replies
  • 0 kudos

Filed to start GDB server

I am using two NUCLEO-H745ZI-Q board . I want two debug window at time.Because i want loopbacking of spi. One board is work as MASTER and another board is worked as SLAVE. Master file is open from STMcubeIDE 1.6.1 version and slave project file ope...

0693W00000D10gLQAR.png 0693W00000D10hdQAB.png 0693W00000D10hYQAR.png 0693W00000D10hTQAR.png
MDeva.1 by Associate II
  • 305 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F733xx SPI DMA transfer issue.

I've built a custom system using the STM32F733xx and an external ADC (TI ADS8588S) connected over SPI. I have verified that the system works consistently using the STM32 HAL L0_V1.2.8 when transferring data via the blocking/polling method. However, w...

0693W00000AOPZnQAP.png
Grundyoso by Associate II
  • 1490 Views
  • 6 replies
  • 0 kudos