Setting SPI1 to the highest clock frequency
Hello, I just wanted to ask what's the best way to set the SPI and system clock in STM32L496 to have at least 40MHz frequency for the SPI1. Thank you in advance
Hello, I just wanted to ask what's the best way to set the SPI and system clock in STM32L496 to have at least 40MHz frequency for the SPI1. Thank you in advance
I set up tim5 in compare mode to get an interrupt at a specific tick, but I am also interested in the overflows. I get an update interrupt very early after starting the timer, so it is definitely not an overflow. Is there some register I should read ...
I'm trying to create my own library,When I use HAL_SPI_Transmit(), it gets stuck atvoid HardFault_Handler(void) @stm32f4xx_it.cI use SPI at my own library/function, not in the main function.I also check SPI_Transmit before calling my own function, it...
Posted on February 12, 2018 at 07:12I used STM32F469I-DISCO and STM32F429I-DISCO to testing Standby mode function by PWR example(Attach). Standby mode function is no problem on STM32F429I-DISCO. But in STM32F469I-DISCO , used RTC wake up form stand...
I am trying to receive some uart input from data that is an unknown size. I should end on \r\n or on an OK or ERROR received. The issue I am having with interrupts(HAL_Receive_IT()) is obviously losing too much data. I have also tried to implement t...
Older CubeIDE generated following SystemClock_Config.void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; RCC_PeriphCLKInitTypeDef PeriphClkInit = {0}; /** Initializes the R...
I have implemented my entire application in Touchgfx and FREERTOS and using the NOR flash as the external memory device. Now, is there any way to copy the entire code stored in NOR to SDRAM and run execute from there. Just like boot loading from NOR ...
https://www.st.com/en/secure-mcus/st31g256.html#overview