STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C bootloader for STM32Lxx

Hello, I've been looking at two MCUs in particular (STM32L010C6 and STM32L100C6). According to the AN2606 application note, they should support I2C flashing, but the product page only mentions USART and SPI. Which one is the correct answer?Thanks!

NTzov.1 by Associate
  • 291 Views
  • 1 replies
  • 0 kudos

NVIC_SystemReset fails

Hi,I’m using STM32f767zi with FreeRTOS kernel. I have two task:1- one of them are triggered by task notifications from interrupt every 100ms and receives some data through TCP.2- the other task is taking some requests from PC.Now, if task-2 do system...