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

No interrupt callbacks for CAN-bus in STM32F3 series

Hi!I'm trying to get J1939 to work with ST's CAN-bus, but it seems that I got some smal issues with it.First I need to make sure CAN-bus working and I think I have forgot something.First I know my baudrate of the ACU(Actuator Control Unit) want is 25...

0693W00000BcwDcQAJ.png 0693W00000BcwGWQAZ.png 0693W00000BcwEQQAZ.png
DMårt by Lead
  • 1524 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H745 with MT25QL128A QSPI Flash algorithm .flm

Hi I was using 1Gb Flash erlier, now due to flash unavailability. I had to choose different QSPI flash MT25QL128A. But unfortunately there is no flash algorithm .flm file for this flash for STM32H745 device for keil Can anybody help me with Flash alg...

YSN by Senior
  • 2071 Views
  • 11 replies
  • 0 kudos

RTC Wakeup timer stops generating interrupt.

Hello,I am using RTC Wakeup timer in STM32F469NIH6 processor. Low level access is using HAL code.I's is configured withRTC.CR.WCKSEL = 0x3RTC.WTR.WUT = 1EXTI.IMR.MR22 is setEXTI.RSTR.M22 is set.It generates RTC Wakeup Interrupt ~122.09usec. interva...

KNath.1 by Associate
  • 432 Views
  • 0 replies
  • 0 kudos

Getting FR_INT_ERR when using f_seek in ff.c

Hello!I was opening a file and trying to read from a specific index of a file on my SD card. I used the following code:FIL fHandle_filename_file; char SDFileName[256] = "filename_1234.BIN";   res = f_open(&fHandle_filename_file, SDFileName, FA_OPEN_...

JayDev by Senior II
  • 1680 Views
  • 2 replies
  • 0 kudos

ADC Timer Trigger

My ADC1_Data Register is null. I can't understand why it is. Can u help me?#include "main.h" #include "SysClockConf.h" uint16_t values[256]; // MY CLOCK IS 170 MHz." // STM32G431 // READ_BIT() Fonksiyonu void GPIO_Config(){ RCC->AHB2ENR |= RCC_AHB2E...

YKahr.1 by Associate
  • 653 Views
  • 2 replies
  • 0 kudos

UART DMA

I am using STM32H743I used uart's DMACheck whether data has been received through this functionBut there is no data in the buffer. Why the hell is this happening?And, of course, I changed the linker start(0x24000000) and end address(0x2407FFFF) of th...

BPark.5 by Associate II
  • 1424 Views
  • 7 replies
  • 0 kudos

I am working with STM32G4 NUCLEO and STM32CubeIDE. Created a project to use FDCAN2 (classic mode) to evaluete CAN comm in polling mode. On FDCAN2 CAN messages are only received when I additionally activate FDCAN1.

FDCAN1 has a basic parameter 'Clock Divider' set to 'Divide kernal clock by 1'. FDCAN2 does not have this parameter. In library function HAL_FDCAN_INIT(...) there is a statement: /* Check FDCAN instance */ if (hfdcan->Instance == FDCAN1) {   /* Confi...

MBast.3 by Associate II
  • 1172 Views
  • 5 replies
  • 0 kudos