User Activity

Hello.I work with STM32L433CC and have the own bootloader that is placed at 0x08000000. It starts and jumps to 0x08002000. There is the main application.It seems that the application works proper. UART Tx with DMA works fine, UART Tx with DMA too and...
Hello, everyoneI have an STM32L433 that must communicate with other device via UART.When I activate xfer with commands:__HAL_UART_ENABLE_IT(uartHandle, UART_IT_IDLE); HAL_UART_Receive_DMA(uartHandle, &rxBuffer[0], rxBufferSize);I expect that when o...
Hello,I have made a project with FreeRTOS 10.0.1.However there is a problem: when I try to call a function with ‘ISR’ suffix from interrupt service routine the macros configASSERT catches mismatch between priority that ISR has and priority that is pe...
Kudos from