STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Example Selector: FatFs_USBDisk -> FatFs_USBDisk_RTOS

I use NUCLEO-F767Z board and was working on a Application Framework that uses RTOS with different tasks, and logging to serial console and USBDisk. This is quite a while ago (STM32CubeIDE 1.6.1). I couldn't make USBDisk work with RTOS then. I switche...

FBerg.1 by Associate III
  • 1627 Views
  • 12 replies
  • 2 kudos

Resolved! Two STM32 MCU communication by I2C Issue

Hi guys.I am using the guide below for starting communication between two MCU. Getting started with I2C - stm32mcuThe code is simple, but it did not work.Master code:I checked the SDA and SCL with different transferred data Txdata and Txdata2.But two...

TungNguyen_0-1721388115478.png TungNguyen_1-1721388154059.png TungNguyen_2-1721388241124.png

Cannot init sdcard with sdio

 I generated a project using STM32CubeMX, in which I tried to use SDIO and FatFS. However, it doesn't seem to be working properly. I tried three cards. When executing SD_Driver.disk_initialize(0); the 256MB card (manufacturer unknown) and the 16GB ca...

1000043846.jpg 1000043851.jpg 1000043852.jpg

How to read multiple ADC channel on STM32L011 ?

Dear STM32 Members,How can I read multiple ADC channel on STM32L011 ?I want to read channel 1,3,5,7?How can I define it on STM32CubeMxI can see HAL_ADC_Read, how can I read HAL_ADC(1),(3),(5),(7), what variable is being used ?Is it an array ?Thanks