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

STM32F746 Timing Strangeness

I've got a Nucleo-F746 board and have noticed a code execution time anomaly that I can't explain.The code running is very simple:unsigned int j = 750000; while(j--) ;Essentially a loop that does nothing except waste time. When I run this on the ...

jerry2 by Senior
  • 1728 Views
  • 12 replies
  • 0 kudos

Resolved! How to see only a part of an array in expression view?

Hello!My case is:I have an array of 100 items, but now I know only the first 10 are used so I'd like to watch only the first ten variables.I know I can list the individual array items one after another (e.g, arr[0], arr[1] and so on to arr[9]), but I...

MFran.4 by Senior
  • 1442 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_SAI_Start()?

With the HAL on an STM32U5 nucleo i can HAL_SAI_DMAPause() HAL_SAI_DMAResume() HAL_SAI_DMAStop() HAL_SAI_Receive_DMA() HAL_SAI_Transmit_DMA()Wouldn't it make sense to have aHAL_SAI_DMAStart()?With this nomenclature i don't have a clue how to tx/rx da...

JTedot by Associate II
  • 880 Views
  • 2 replies
  • 0 kudos

Resolved! How to put Delay or offset Between two PWM Pulse.

Hello Members,I am new to STM32 MCUs. I am trying to generate PWM and try to modify on fly and it works. But my requirement is to have a delay between two pulse on time and it should not align to each other on any edge. Please see the photo to unders...

0693W00000JQD45QAH.jpg
Bhavik by Associate III
  • 1863 Views
  • 5 replies
  • 1 kudos

Receiving just one byte with an UART interrupt

Hi,I'm currently programming on the board F446RE with STM32CubeIDE, I'm only trying to get an array from the UART but I'm quite block.When I send an array with my computer only the first byte is sent and update in my array on the STM32. While I'm fol...

Julien33 by Associate
  • 1512 Views
  • 2 replies
  • 2 kudos

STM32Cube MCU Package vs Keil MDK packages

Hi, I am starting to use the STM32 MCUs, in specific, the STM32G0 series. I am planning to use the Keil IDE for developing. I have a question about the package that I must use. I have seen that there is to type of packages containing the CMSIS, LL an...

JNava.1 by Associate II
  • 1304 Views
  • 2 replies
  • 0 kudos