Ask questions, find answers, and share insights on STM32 products and their technical features.
I have Run blinky code USART code with STMCUBEMx and atollic studio now I want to implement I2C communication between Nucleo boards. I searched And download stmcube MCU Package for STM32F1 series I have put it in the same workspace (same worksp...
My target is :my device when the main run is OFF = SLEEPThen its right this code ?When i pressed for a time > 300 mses button (OFF/on ) my device must wakeup , my button il connected to pin wakeup this is my code Which timer and i must use for t...
I am familiar with the STM32CubeIDE; I've done several of the examples and understand how it works on a basic level. What I need to do is create a user-interface (hence needing Python) that will allow a user to interact with the microcontroller. Ctyp...
Our STM32F7 no-OS system calls HAL_MMC_ReadBlocks_DMA() to read multiple blocks of data from eMMC storage.The STM HAL sets the MMC state machine SDMMC_DTIMER register at the start of the DMA.The DMA completes and our code receives the interrupt and h...
Dear community,are new to STM32CubeIDE and ARM microcontrollers.By reading the documentation available on the ST website, I was able to perform a large part of the application that I would like to create.My project involves the construction of an acq...
If I goto stm32-c2c.com the web browser gives me a security warning about the certificate not being valid. If I continue I get I've taken delivery of a P-L496G-CELL02 Discovery Pack and this is part of the initial setup prompted by the embedded firmw...
Hello, I use for STM32 (1.8V VDD) SPI communication with an slave temperature Sensor (3.5V basic voltage, detects high at 0,7*3,5V)SCLK =PC10SDO = PC11SDI= PC12CS = PC13For that reason I want to use an external 3.5V Pullup. But I'm not sure if this ...