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! 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
  • 1261 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
  • 887 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
  • 1231 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
  • 340 Views
  • 0 replies
  • 0 kudos

Resolved! ADC Linear Calibration Address

I understand that ADC Linear Calibration is performed during device production and the values stored in the System Memory.However, I have been unable to find any documentation on where the 6 values are stored.Also, are their 6 values per ADC device (...

NBrick67 by Associate II
  • 1181 Views
  • 3 replies
  • 1 kudos

Resolved! USB_HOST_MSC

Dear Sir/Madam,I have already implemented the usb host mass storage class project which mainly mounts the usb disk & writes some data to a given file. But this application is not working. Only usb  unmout case is executing even though I am inserting ...