This tutorial is the start of the Ethernet series in STM32. Today we will simply see how to configure the Hardware.
memory
FLASH Programming in STM32
In F103, the main memory (Flash memory) is distributed in 128 pages. Each page is of 1 KB, thus making the total memory of 128 KB
FreeRTOS Tutorial #5 ->Using Queue
Queue is the easiest way to send and receive data between the tasks. We are going to use the simple queue at first, where all the elements in the Queue…