STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

STM32H750 Reboot

Hello, I am working on a STM32H750. Since the flash is limited, I implement a bootloader and an application. The application is programmed into an external flash. When I am developing the application with STM32CUBEIDE, I have to reboot the board manu...

hbZhao by Associate III
  • 511 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H750 Copy to ITCM without GCC "Copy to NULL" warning

I see lots of posts with folk struggling to get code into ITCM, but not the (sorta) problem I have after getting things working.  It is just a compiler warning, but I'd like to find an elegant way of handling it.The issue is I am using memcpy to copy...

Will5 by Associate II
  • 877 Views
  • 5 replies
  • 1 kudos

Can we use CAN FD for sending 3000byte of data

Hello,Our Application need to send 3000 bytes of data over CAN busCAN FD allows us to send 64 bytes of data in one frameIs it feasible to use CAN FD for our application?Is there any other way, which we can use in CAN?Also can we use the Multiframe co...

Resolved! How To Play Digitally Generated Sine Wave

I just finish a TouchGFX code to generate an adjustable sine wave. I am planning to make 3 of them to mix them and play chords but there is a problem: how can i play a function that generated in STM32 on the speakers of that STM32?I would be so glad ...

Nhyrane by Associate II
  • 2287 Views
  • 6 replies
  • 7 kudos

USE_BSP_COM_FEATURE > 0 on B-U585i-IOT02A

Hello forum,I'm trying to use the BSP driver while implementing a USB Host functionality. after the initiation of everything the USB needs, the BSP started to raise a lot of errors of undeclared/undefined stuff, after checking I saw that the error wa...