STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 SPI code only works in debug mode

Hi I am trying to read ID of an external FLASH.The code which reads it is shown below.uint16_t FLASH_ReadID(void) { uint16_t tempData = 0x0000;   //Read ID GPIOB->BSRR |= GPIO_BSRR_BR2; //Reset FLASH CS while(!(SPI1->SR & SPI_SR_TXE)); SPI1->DR ...

LLOLO.1 by Associate II
  • 1309 Views
  • 4 replies
  • 0 kudos

Hello to everyone, I just joined the Stm32 family and I chose the STM32F373C8T6 chip to use in my projects. The reason I chose this mcu was that I used two different SPI communication components in the project I wanted to do.

Hello to everyone,I just joined the Stm32 family and I chose the STM32F373C8T6 chip to use in my projects. The reason I chose this mcu was that I used two different SPI communication components in the project I wanted to do. But since I am very new, ...

RŞahi.1 by Associate II
  • 368 Views
  • 1 replies
  • 0 kudos

Resolved! Having problem with I2C4 in stm32H747 Disco

I am using STM32H747I-DISCO discovery kit. I want to use I2C4 in the kit but clock is not generated in scl. I am using pin D15 as SCL and pin D14 as SDA of CN5 connector of discovery board. According to the user manual of discovery board D15 is conn...

SLuit.1 by Associate III
  • 883 Views
  • 2 replies
  • 0 kudos