User Activity

"Hello, I'm currently working with the FDCAN module on the STM32H747I-DISCO board. I've successfully configured both FDCAN modules in the M7 core, and they are working as expected. However, when attempting to configure them in the M4 core independent...
Hi, I am using STM32H747I-DISCO board, I configured FDCAN it is working fine in M7 core but the same code is not working in M4 core , I changed the FDCAN initializer from M7 to M4 core in STM32CubeMX. Here is my FDCAN initialization. /* USER CODE BEG...
Hi community,I am using STM32H747I-DISCO board and I configured external SDRAM as dynamic data memory in M7 core by  calling the SystemInit_ExtMemCtl() function in  SystemInit() function, it is working fine but when I tried with the M4 SystemInit_Ext...
I am using STM32H747I-DISCO board and got this error when I try to connect in STM32CubeProgrammer Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication.Please anyone suggest h...
Hi I am using STM32H747I-DISCO board, where I am using FDCAN module, I tried with external loop back mode with FDCAN1 able to transmit and receive single message ID, but i want to transmit three message ID's and receive the data as per the message ID...