STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1144 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
  • 623 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
  • 794 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
  • 299 Views
  • 0 replies
  • 0 kudos
KLian.1 by Associate II
  • 883 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 CAN BUS missing some transferred messages

Hi, I am trying to communicate with other CAN devices on CAN BUS with STM32F103.I have enabled "void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan)" to receive message interrupt as highest priority and in main loop I am checking if I got ...

JBond.1 by Senior
  • 929 Views
  • 1 replies
  • 0 kudos