STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! ADE9000 COMMUNICATION PROBLEM WITH STM32F401

I have setup a base board of ADE9000 With only Basic Components connected, Like Bypass capacitors, Reset pullups and connected SPI Directly with the STM32F401 Blackpill board , Everything starts-up perfectly.So I want to check the communication betwe...

Caan by Associate III
  • 161 Views
  • 5 replies
  • 2 kudos

STM32F4 Possible to disable CAN bootloader?

I have a product that contains 2 STM32F405/07/15/17 series MCUs. There are 2 because we need 4 CAN and that's cheaper and easier than finding a 4 CAN MCU. Anyways, the main MCU is connected to the secondary MCU via UART and the boot/reset pins so tha...

LLawr.1 by Associate II
  • 111 Views
  • 2 replies
  • 0 kudos

Resolved! MAX31856 SPI Communication problem

Trying to communicate MAX31856 With STM32F401STM32CUBEIDE 1.15.1ADAFRUIT MAX31856 Breakout Board uint8_t data[2]; uint8_t addr_data[2]={0x04,0x00}; while (1) { HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_RESET); HAL_Delay(10); ...

Screenshot (18).png
Caan by Associate III
  • 173 Views
  • 5 replies
  • 1 kudos

Resolved! CAN start API not executing in stm32F446RE board

Hi ST, Can you please suggest me the solution of my problem, below is the problem statement I have configured the stm32f446RE oard to use CAN1 in loopback mode, using CAN start in a function but the MSR bit 0 INAK is not resetting in the HAL_CAN_Star...

Komal by Associate II
  • 171 Views
  • 4 replies
  • 0 kudos
Labels