WEBVTT

00:00.180 --> 00:06.660
In the following lessons, you are going to learn how to store values in the memory of your AMINUL so

00:06.660 --> 00:12.320
that you can reuse those values later, even after you restart the program execution.

00:13.050 --> 00:16.230
So you have just finished to work with interrupts.

00:16.710 --> 00:24.150
Now, with the time functionalities, debone and interrupts, you can create a project with any number

00:24.150 --> 00:26.700
of tasks running at the same time.

00:27.090 --> 00:28.980
And we have the same communication.

00:29.220 --> 00:35.600
You can make your program interact with an external user to complete this second part of the course.

00:35.970 --> 00:41.220
We are now going to take a closer look at it from memory in this section.

00:41.490 --> 00:48.390
First, I would explain what is the EPROM memory, when to use it, and also what are its limitations,

00:48.630 --> 00:51.180
because you need to be careful when using it.

00:51.820 --> 00:59.280
After that, you will save your first data into the April memory and also retrieve the data after restarting

00:59.280 --> 00:59.910
the program.

01:00.270 --> 01:05.080
And of course, we would end the section with more practice to better understand the concept.

01:05.760 --> 01:07.070
All right, Dan, let's get started.
