STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NVIC register base address problem

Is there somethings wrong with my STM32F407 Discovery board, the base address of NVIC register display in Debug section is very strange! Please give me some advise in this case

0693W00000D2Q3CQAV.png
Tnguy.2 by Associate
  • 722 Views
  • 2 replies
  • 0 kudos

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
  • 1409 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
  • 1958 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
  • 398 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
  • 1542 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
  • 614 Views
  • 2 replies
  • 0 kudos