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

Received Data length is wrong in usb Communication

"static uint8_t USBD_CDC_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum)"In stm32u575 controller and in this function while I am calling"uint32_t receivedLength = USBD_LL_GetRxDataSize(pdev, epnum);" it gives me 1 insted of 6 or 5 bytes I am recivin...

STM32 AudioSoundDetector example

Im trying to run the ADF_AudioSoundDetector example from one of the example list of B-U585I-IOT02A board i generated code from cubeMX of this example. i did not change the ioc files when i try to open the project from stm32cubeide to run it, nothing ...

jzzunn by Associate II
  • 193 Views
  • 1 replies
  • 0 kudos

ETH PHY Address problem for old and new Cubeide

 Hi, I have a problem. when I used old cube ide version, ı can changing physical address and ethernet module is to take ip address. But when I use new version I want to edit phy address but this area is not in new version.That's why I can't use the E...

SPI DMA - Communication between STM32H753ZI and ESP32S

Hi,I'm trying to set up SPI communication between a STM32H753ZI (Master, using SPI2) and an ESP32-S (Slave), using the ESP32SPISlave library.Setup:STM32 SPI2 pins:PB10 (SCK) → ESP32 GPIO18PC2 (MISO) ← ESP32 GPIO19PC3 (MOSI) → ESP32 GPIO23PE11 (CS) → ...

Yusei by Associate
  • 216 Views
  • 3 replies
  • 0 kudos

LOCK UP State STM32H7S3L8 NUCELO 144

So I have been using NUCLEO 144 H7S3L8 board for developing an application. The problem I encounter is while trying to upload the code using the on board usb and ST-LINK, the Microcontroller goes into LOCK UP state. All my settings are default for RC...