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

Resolved! STM32H730ZB - OCTOSPI - cannot write DCR1 register

Hi,On a custom board using STM32H730ZB, I try to use QUAD SPI flash memory.Here is the CubeMX config :In MX_OCTOSPI1_Init function, I break on HAL_SPI_INIT functionThis function come from pack STM32H7 version 1.11.2In line #415 of stm32h7xx_hal_ospi....

COSEBE_0-1719322210622.png Capture d’écran 2024-06-25 153034.png Capture d’écran 2024-06-25 154518.png
COSEBE by Senior
  • 987 Views
  • 5 replies
  • 1 kudos

Resolved! STM32G474RET FDCAN Tx FIFO free level always be 0

1. [Part Number] STM32G474RET2. [Environment] CubeMx on custom board3. [Schematics] NA4. [Details]  The function "HAL_FDCAN_GetTxFifoFreeLevel"  always return 0, Tx FIFO cant be cleaned, but my can bus is in error-active status, TEC is 0, REC is 0 5....

eason_Yi by Associate II
  • 790 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G0 FDCAN reception interrupt doesn't trigger

Hello everyone, I'm a beginner in the FDCAN field with STM32. I'm trying to establish communication between two custom boards equipped with the same CAN transceiver. The mode is normal FDCAN. Here's the configuration of the FDCAN module for completen...

seba21 by Associate II
  • 2218 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN Retransmission without blocking Bus

I have a CAN Network with several nodes. Each nodes sends only a ACK when the message was ment for it. Lets say I have nodes A, B and C.Node A wants to send the message with ID 0x5. Node B ignores this message. Node C accepts this message (sends Ack)...

MStud.4 by Associate
  • 1086 Views
  • 1 replies
  • 1 kudos

FDCAN Not working oh H755zi

Hello everyone, I'm currently facing a puzzling issue with the Flexible Data-rate Controller Area Network (FDCAN) on the STM32H755ZI board. Despite using the exact same code that works flawlessly on the STM32H753 board, I am unable to get the FDCAN t...

macsdeve by Associate
  • 830 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN with GPDAM.

Hi, i am looking for to use FDCAN by using GPDMA . I am using STM32H5 MCU for my application. it is not clear to me how can i use GPDMA with FDCAN. please guide me__PRESENT

Resolved! CAN frame's losses

Hello all,   I am trying to receive CAN frames from a BMS, each frame is sent every 100ms and i am running the MCU's clock frequency at 180MHz (max speed) for Nucleo F446RE. Unfortunately, i am missing some frames randomly and it makes my stateflow n...

Erwan03 by Associate III
  • 1017 Views
  • 3 replies
  • 0 kudos

Ethernet uart flow problem with clock

void tcpsend (char *data) { // send the data to the connected connection netconn_write(conn, data, strlen(data), NETCONN_COPY); // relaese the semaphore sys_sem_signal(&tcpsem); } // //void HAL_UART_RxCpltCallback(UART_HandleTypeDef *UartHandle) ...

Kuttay by Associate III
  • 313 Views
  • 0 replies
  • 0 kudos