Resolved! Linux Commands for STM32 System Bootloader over UART
How to connect UART for bootloader and upload new file to chip in Linux.If anyone knows please help me out.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
How to connect UART for bootloader and upload new file to chip in Linux.If anyone knows please help me out.
I use CubeMX to configure my timer 2 to use Encoder Mode: "Encoder Mode TI1 and TI2". In my code should I use HAL_TIM_Encoder_Start(&htim2, TIM_CHANNEL_1)orHAL_TIM_Encoder_Start(&htim2, TIM_CHANNEL_2)orHAL_TIM_Encoder_Start(&htim2, TIM_CHANNEL_ALL)or...
I am trying to get the device working but I cant seem to get the basic working.Code :USB->GRSTCTL |= USB_OTG_GRSTCTL_CSRST; do { if (++count > 200000U) { return TIMEOUT; } } while ((USB->GRSTCTL & USB_OTG_GRSTCTL_CSRST) == USB_OTG_GRSTCTL_C...
Hi all,This post is obviously coming from a person without any USB development experience.We use some off-the-shelf instruments which I know to be based on STM32, and they connect to a PC using the Virtual COMPort. Nothing new here, the standard Wind...
I have been using USB CDC for a while now with the following STM32 parts;- F417, F401, F070, F301 and F373. I use STM32CubeIDE and all my projects are built using the Device Configuration Tool. I have found that USB CDC works first time with F417, F4...
I have experimented with the STM32L476RG-EVAL ADC_Oversample example and the ADC_Sequencer example. They both work fine for me. But when I try to combine the two, I cannot get it to work. I always timeout in the HAL_ADC_PollForEvent() function.Anyone...
Error say: failed to start GDB server error
Dear,I have an issue about the embedded ST bootloader on the STM32F769. I'm not able to communicate with it.On a custom board, I use a STM32F769BG connected to the USART 1 (PA9 / PA10). When I send the 0x7F value, I don't have a response from the MCU...
Hi,I'm using bno055 with stm32f402, and this IMU works in i2c, responding very slow to ackloledge/answer (few tenth of ms).I tryed to use it in blocking mode in freertos, but very quickly, I check more than 1ms of data... it's too slow, and freertos ...
Does the ST plan to update the FatFs and FreeRTOS library in STMF7?