program counter is hitting WWDG_IRQHandler without enabling the Watchdog. what could be the problem/ cause for this
Hi,please find the attached register values of WWDG register on Reset positionRegards,Sudheer
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,please find the attached register values of WWDG register on Reset positionRegards,Sudheer
I'm trying to count the number transition during the time another process is taking place. Don't need frequency, just the counts.So I've enabled TIM8CH3 for capture-compare, and have verified that CCR3 does change when there are transitions on th...
I was looking at the ARM M7 reference manual, and it shows an empty NVIC ISR vector from 0x40 to 0x3fc. When I look at the file startup_stm32h725xx.s it defines specific interrupts mapped to the ISR vector. Are these hard mapped by the EXTI block an...
I have the STM32H7B3I-DK (MCU: STM32H7B3LIH6Q), and I am trying to get the sys_ck close to its maximum frequency of 280 MHz, by running HSI or HSE through PLL. The trouble is that I can only get up to 164 MHz. Any higher and I get a hard fault. Is th...
So I am trying to send an ADC value that I receiving on the board over I2C to another device. I have adc_Value as a 32 bit one since the ADC read function on HAL is 32 bits. I want to send this over i2c. Currently I have this. HAL_ADC_Start(&hadc1);...
I am using 115200 bits/s for now and was wondering if I can increase that. If yes, how much can I go until? I checked the datasheet for this board and nothing was mentioned about the baud rate.
I have been trying to start PWM on TIM1 with complementary channels and use DMA to start the PWM. The problem that I have is that only one of the channels will start when I run the program. DMA channel 2 is being used by TIM1_CH1 and I can't find any...
I have two electronic products that use OS_USE_TRACE_SEMIHOSTING_DEBUG: Microcontroller IDE 1. STM32F405 Eclipse 2. STM32F446 System WorkbenchI use ST-LINK/V2 to debug both of them and...
Hey,I found an error in the STM32F410 Reference Manual (RM0401 Rev 3). I'm not exactly sure, if this is the right place to highlight errors in the datasheet, but maybe an employee of ST can verify the error and eventually forward it to the person whi...