RTC milliseconds on STM32F413CH
Hi,I would like to know if is it possibile to manage milliseconds using internal RTC.If it is, please can you specify the code to get milliseconds information.Thanks for your support
Hi,I would like to know if is it possibile to manage milliseconds using internal RTC.If it is, please can you specify the code to get milliseconds information.Thanks for your support
I am using STM32F779NI for my project. My use case is I want to detect brown out reset after brownout occurs and system restarts.I am checking brownout reset flag using if (__HAL_RCC_GET_FLAG(RCC_FLAG_BORRST). But the problem is this flag is shared/c...
can anyone help me with the code ....thanks in advance here is my codestatic void MX_CAN1_Init(void){ /* USER CODE BEGIN CAN1_Init 0 */ /* USER CODE END CAN1_Init 0 */ /* USER CODE BEGIN CAN1_Init 1 */ /* USER CODE END CAN1_Init 1 */ hcan1.Instance =...
I found from ref manual that the internal clock source for TIM1 is APB2 pre-scaled value.(Please see attached image).From CubeMx, I've configured my main clock frequency to be 48MHz, which is a PLL multiplied value from external crystal oscillator of...
Hello, i'm trying to communicate with my b-l475e-iot01a with the bluetooth. In the documentations i don't see nothing about configuration and i don't know how to configure the bluetooth.I don't know how to make the board visible. Someone can help me ...
Hi, How can I restart stm32l431 via software? I an using the MCU with sim800l and I can be able to restart MCU using text message. Does Exist some HAL function to restart MCU?
Hi,I just order some stm toolkit from eStore and my question is where is order status ?? https://www.st.com/content/st_com/en/sample_and_buy/sample-and-buy/buy-from-estore.html
Hi all!Been a loooong time since I've been around forums, but I'm back!So a long time project I've wanted to do is coming back into my brain and I figure its time to start chipping away at it!I love RGB LEDs, especially the addressable variety, and I...
I'm trying to send some data from master to a slave (the STM32F103C6) with HAL functions, with HAL_I2C_Slave_Receive() -no interrupt mode- the reception works flawlessly but with HAL_I2C_Slave_Receive_IT() -the one needed- the slave acknowledges its ...