Resolved! HardFault on SPI transmit
MCU:STM32F0Discovery boardTools:STM32CubeMX+Keil5.30Test condition: PC_SerialComm tools & FT232 chip boardAfter trying the HAL_UART_RxHalfCpltCallback Function, I find that this function couldn`t be used in the normal transmit in UART_Comm.And would ...
My first results indicate that this library is faster and smaller. Unfortunately, I can not find any comparison with other libraries. It seems that this lib is not recognized outside of ST. So I am not sure whether I can trust this lib.
Hi!I designed my own development board with the STM32F205 microcontroller. But I can not find my processor via stlink and uart in any wayHow can I fix this problem?
Hello,I am using STM32L476RE and want to do XiP. So will it support XiP?Will the performance be good with running code from external memory?TIA
Dear Community Members & STM32 fans,Let’s end 2018 thanking you for your involvement in our Community and wishing you all the best for 2019!As already done in 2017 (https://community.st.com/s/feed/0D50X00009bLPmvSAG) and in 2018 (https://community.st...
I want to test ADC-DMA function on STM32H757 i-EVAL Board. But the result is DMA transfer error. I just copy the example code of STM32Cube --- STM32H743I-EVAL\Examples\ADC\ADC_DMA_Transfer to my STM32H757 project.When execute the code, it occurs onl...
A little something I have noticed today. I have been developing an application which is using the G431 and uses FD-CAN. My code was working in External Loopback mode such that a CAN message of my choosing was being correctly received by an external d...
Hi I have a code bellow:static void MX_UART8_Init(void) { /* USER CODE BEGIN UART8_Init 0 */ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* USER CODE BEGIN UART8_MspInit 0 */ /* USER CODE END UART8_MspInit 0 */ /* Peripheral clock enabl...