STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC can't set date/time with LSE but with LSI works.

I'm using STM32IDE with MCU STM32L011F4 and LL libs. Something is wrong with RTC + LSE/LSI. Code is minimum generated by IDE. I set RTC with LSE and code is default generated by IDE, and can't change time/date, it's alwasy zero. But if I change sourc...

MNech.1 by Associate
  • 797 Views
  • 2 replies
  • 0 kudos

SPI Data Register is Always 0 on my STM32F302CBTx I have a code working on STM32L476VETx, it reads SPI data from AFE4400 Chip. Now I want to use this code on STM32F302CBTx (SPI2) but it does not work since I always get zero on data register.

Here is the code:uint32_t AFE4490Read (uint8_t address){ uint32_t data = 0; uint8_t buf[3]; HAL_GPIO_WritePin(AFE_STE_GPIO_Port, AFE_STE_Pin, LOW);    // enable device HAL_SPI_Transmit(&hspi2, &address, 1, 1000);      // send address to device HAL_SP...

SLONK.1 by Associate II
  • 1261 Views
  • 8 replies
  • 0 kudos

SWD can not connect to target

Hi, I can not connect to my STM32F767ZIT on custom PCB.It is frustrating as everything seems to be fine:MCU is powered properly with 3,3 V and it is drawing some powerall ST-LINK pins are correctly connected I was trying to use ST-LINK and Cube Progr...

FMrkv.1 by Associate
  • 679 Views
  • 2 replies
  • 0 kudos

How to run projects created for NUCLEO-F401RE in NUCLEO-L476RG

I am beginner to STM and eclipse environment IDE, currently I am working on sound source localization project and I came across X-CUBE MEMESMIC1 software package which had acoustics sound source localization project. But the project file has been bui...

CAS.1 by Associate
  • 892 Views
  • 3 replies
  • 0 kudos

I have an STM32429I-EVAL board purchased.

I have an STM32429I-EVAL board purchased. The board has CN6 and CN7 MALE extension headers of 1.27mm pitch, the standard jumper wire will fit with 2.54mm pins for evaluation and checking the MCU programs. What should I do to connect a jumper wire to ...

GKV.1 by Associate
  • 326 Views
  • 0 replies
  • 0 kudos
KLian.1 by Associate II
  • 958 Views
  • 4 replies
  • 0 kudos