DS12288 - STM32G474xB Datasheet - Errors
Page 118, Table 38 has "1.78" in Peripheral column instead of TIM1.Page 115, fourth bullet says "... is given in Table 39. The power...". The table number should be 38.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Page 118, Table 38 has "1.78" in Peripheral column instead of TIM1.Page 115, fourth bullet says "... is given in Table 39. The power...". The table number should be 38.
Hi all, I'm using nucleo STM32 L4R5ZI .Using systick 120Mhz as clockand set timer 2 , channel 1 as TIM_TS_TI1FP1 (Trigger and rising edge)Then, using int count = __HAL_TIM_GetCounter(&htim2); to sample the count for every 1ms. Input 40KHz . By right...
I am French.There is now more than one week that I try, see youtube and some comments on forum. I need your experience for solving the initialisation of a "simple" PWM.Thanks in advance.Joëlhere under my code. in the main I have launch : PWM1_CH3N_se...
Hello,I'm using the Pins PC0, PD11 and PD12 in my application as external interrupts with rising edge. To handle the interrupt, I'm using the functions EXTI0_IRQHandler() for PC0 and EXTI15_10_IRQHandler() for PD11 and PD12. In both functions is the ...
Hello,I am woking with CMSIS RTOS v1 on STM32F407 mcu,and every time after ~30 mins my device gets haurd fault.void vListInsertEnd( List_t * const pxList, ListItem_t * const pxNewListItem ) { ListItem_t * const pxIndex = pxList->pxIndex; // <------- ...
Hello any help appreciatedtrying to work out out how the FMC peripheral works on the STM32F767ZI armwould like to interface an FPGA to the 767 arm as an external memory device using a multiplexed Address & Data Bus, but so little info on the FMC out ...
is global interrupt is always enable during startup, is that right ?, if yes, where can i find it? InHAL_Init();orstartup_stm32g474retx.s
i am new in stm32 . i am using stm32lo31 series nucleo board . i want to read push button press timing so i am using polling method to detect read button press event. then i want time between press event to release. how can i configure systick to...
Hi guy, i'm new to stm32. I'm using stm32f103c8t6, my problem is that when i upload the code with stlink, and without switching boot0 back to 0, my program work fine, but when i reset by reset button or power this board with usb cable, it doesnt work...
Hello,STM32H7 contains example for CAN external loopback mode.In the readme there is no mention for the need of wiring a physical loopback between tx and rx pins.Is it required in the external loopback mode ?Thanks