how to enable RTC on STM32L476RG and get timestamp?
HI,How to enable RTC and get the timestamp details along with calendar,kindly let me know.regardsRavi
HI,How to enable RTC and get the timestamp details along with calendar,kindly let me know.regardsRavi
I have recently started with STM32G0. I want to configure and use FDCAN. So, if there are any implemented examples and or some programming manual on this; please share.Thank you.RegardsJayam Srivastava.
HelloI am working with STM32F446ZET7.I can't transmit data.When I debugged it, it was looping with HAL_CAN_IsTxMessagePending.Status was 1:Pending transmission request on at least one of the selected Tx Mailbox.Can you think of any reasons?
HiWe are trying to communicate between an F407 Discovery using SPL's CAN implementation and F756 Nucleo running HAL's CAN implementation.Here is the calculation for time quanta and Baud rate...Baudrate = 1 / Nominal Bit TimeNominal Bit Time = 1 x Tq...
I could locate the HAL_NVIC_SetPriority() calls for DMA and EXT1 Interrupts in main.c as shown below.I could not find the HAL_NVIC_SetPriority() calls for RTC, USART & Timers - TIM4, TIM5, TIM6, TIM7. Where is the interrupt priority for these periph...
helloi'm having a question. why gpioX boundary address(range) is 1kb ???according to datasheet, GPIOA's boundary address is 0x4002 0000 - 0x4002 03FF.but offset for register to be set is 0x00 - 0x24. i think that using 1kb to cover that range is inef...
I have STM32F103T6Ux. I'm trying to communicate with the built-in bootloader, so we can do software update via UART. I'm setting BOOT0 pin high and it seems the system is in bootloader, since our normal code doesn't come up. I'm setting my side of UA...