Vooi Yap - Embedded Systems Education
Vooi Yap - Embedded Systems Education
  • Видео 94
  • Просмотров 201 441
#92 Programming the TM4C123G SysTick Timer - Using Assembly Language
In this video I am going to show you how to program the TM4C123G SysTick Timer using assembly language.
Code used in this video:
drive.google.com/file/d/1FtnVms7jg2Zw8sfc9lQwErnrmEFwJxvA/view?usp=sharing
TM4C123GH6PM datasheet:
www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf
Просмотров: 119

Видео

#91 Programming the TM4C123GH6PM Timer In Assembly Language
Просмотров 191Месяц назад
In this video, I am going to show you how to program the TM4C123GH6PM timer using assembly language. Datasheet www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf Code used in this video: drive.google.com/file/d/1bTH3X4dYownFs0B6IAtjK21t-V1p1QjN/view?usp=sharing
#90 TM4C123GH6PM General-Purpose Timers - Part2
Просмотров 582 месяца назад
This is part 2 of the TM4C123Gh6PM General-Purpose Timers. Datasheet www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf Tiva C Series LaunchPad Board User Guide www.ti.com/lit/ug/spmu296/spmu296.pdf?ts=1723881172952&ref_url=https%3A%2F%2Fwww.google.com%2F #89 TM4C123GH6PM General-Purpose Timers - Part1 ruclips.net/video/la9P8f97Of4/видео.html Code used in this video drive.google.com/file/d/1DpzAsVUJz1s...
#89 TM4C123GH6PM General-Purpose Timers - Part1
Просмотров 1523 месяца назад
In this video, I am going to show you how to use the TM4C123 general-purpose timer to blink an LED. TM4C123GH6PM Datasheet: www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf #85 Controlling RGB LED Using ARM Cortex M4 Assembly Language - ruclips.net/video/Y0xSZUoGA7U/видео.html Code used in video: drive.google.com/file/d/1_ZwOIYzNkwg-IDYbIwnCId3slQqVOks_/view?usp=sharing
#88 Tiva C LaunchPad Interfacing LED and Push Button Switch - Cortex M4 Assembly Language
Просмотров 1854 месяца назад
In this video, I will show you how to interface an external LED and an external push button switch to the Tiva C Series LaunchPad Board. Link to code used: drive.google.com/file/d/1ybI3EqdbZChiKXAZ49NgfiTEZU-b76bL/view?usp=sharing Links to video: Video #85: ruclips.net/video/Y0xSZUoGA7U/видео.html Video #87: ruclips.net/video/1wiMaacxahI/видео.html
#87 Push Button Switch and LED - ARM Cortex M4 Assembly Language
Просмотров 2325 месяцев назад
In this video, I want to discuss how to switch on the RGB LED using the SW1 user switch. Link to code used: drive.google.com/file/d/13Q2NScXRnY7jogwXgDJpEXdQMUMnN5Bg/view?usp=sharing Error in slide In the setPortF subroutine: LDR R1, =GPIO_AFSEL_R should read *LDR R1, =GPIO_PORTF_AFSEL_R*
#86 Blinking RGB LED Using Cortex M4 Assembly Language
Просмотров 1895 месяцев назад
In this video, I am going to show you how to blink the RGB Led on the Tiva C LaunchPad board. Link to code used in this video: drive.google.com/file/d/1ZI9ysng1QU5m-OyOrYTRX9M6uYrh9ltu/view?usp=sharing Link to video: ruclips.net/video/uhB74mMZcFc/видео.html
#85 Controlling RGB LED Using ARM Cortex M4 Assembly Language
Просмотров 3095 месяцев назад
In this video, I am going to show you how to control the RGB Led on the Tiva C LaunchPad board. Link to code: drive.google.com/file/d/166EFoczo23uytuqTj6K_MHIiGHrS8Kq9/view?usp=sharing
#84 - First ARM Cortex M4F Assembly Program and Debugging
Просмотров 3086 месяцев назад
In this video we are going to look at our first Arm Cortex M4 assembler program and also we are look into how to debug this program using Keil uVision IDE. Link to TM4C123GH6PM: www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf?ts=1713114940605&ref_url=https%3A%2F%2Fwww.google.com%2F Link to code used: drive.google.com/file/d/1MfU77-iFK0qDHHBj8_SxMgc9roUxV3BJ/view?usp=sharing
#83 TM4C123GH6PM Cortex M4F Microcontroller - Installing Keil uVision and TivaWare for C Series
Просмотров 4176 месяцев назад
In this video we will examine the EK-TM4C123GXL LaunchPad Evaluation Board and discuss how to install Keil uVision 5, TI Tivaware for C Series, and Stellaris ICDI drivers, and Stellaris ICI AddOn. Links: Tiva™ C Series TM4C123G LaunchPad Evaluation Board User Guide: www.ti.com/lit/ug/spmu296/spmu296.pdf?ts=1711829389790&ref_url=https%3A%2F%2Fwww.ti.com%2Ftool%2FEK-TM4C123GXL TM4C123GH6PK datash...
#82 ARM Processor - Introduction
Просмотров 3277 месяцев назад
I am starting a video series on the ARM processor and this is an introductory video to the video series. List of ARM Processors: en.wikipedia.org/wiki/List_of_ARM_processors Regarding ARM1: ruclips.net/video/1jOJl8gRPyQ/видео.html ruclips.net/video/_VYxIaw1kBU/видео.html ruclips.net/video/jhwwrSaHdh8/видео.html ruclips.net/video/re5xAqgKqc0/видео.html TM4C123GH6PM Datasheet www.ti.com/product/T...
#81 Arduino and FreeRTOS
Просмотров 2027 месяцев назад
In this video, I am going to show how to install and use FreeRTOS with the Arduino Uno R3 without using Atmel Studio 7. Source code used in this video: drive.google.com/file/d/1KsNcGzTyWb87fKA0BNLdSOKIXuYTj27a/view?usp=sharing
#80 Real-Time Operating System - Part 3
Просмотров 1707 месяцев назад
In the previous videos, when we compile the program when setting up FreeRTOS in Atmel Studio 7 we get errors and warnings are generated. So in this video, I would like to show you how you can remove those errors and warnings.
#79 Real-Time Operating System - Part 2
Просмотров 2358 месяцев назад
In this video I will discuss how to use FreeRTOS to create a task to blink an LED. So we be writing some code. Link to code used in this video: drive.google.com/file/d/1ha1bubdVeMhLAHwpC05MXMXDl9JG7hAX/view?usp=sharing
#78 Real-Time Operating System - Part 1
Просмотров 4878 месяцев назад
In my last three videos I talk about the task scheduler. The scheduler is part of the real-time operating system (RTOS). So, in this video I like to explore the real-time operating system (RTOS). Link to John Cobb webpage: github.com/johncobb
#77 Task Scheduler - Part 3
Просмотров 3029 месяцев назад
#77 Task Scheduler - Part 3
#76 Task Scheduler - Part 2
Просмотров 6159 месяцев назад
#76 Task Scheduler - Part 2
#75 Task Scheduler - Part 1
Просмотров 1,3 тыс.9 месяцев назад
#75 Task Scheduler - Part 1
#74 Programming ATmega328 Timer 0 and Timer 1 in C
Просмотров 1 тыс.10 месяцев назад
#74 Programming ATmega328 Timer 0 and Timer 1 in C
#73 Keypad Interfacing - ATmega328p
Просмотров 817Год назад
#73 Keypad Interfacing - ATmega328p
#72 Programming the ATmega328 Serial Port In C
Просмотров 863Год назад
#72 Programming the ATmega328 Serial Port In C
#71 Programming the LCD Module
Просмотров 761Год назад
#71 Programming the LCD Module
#70 Multiplexing Dual 7 Segment
Просмотров 469Год назад
#70 Multiplexing Dual 7 Segment
#69 Switch Bounce
Просмотров 471Год назад
#69 Switch Bounce
#68 Counting with 7 Segment Display
Просмотров 658Год назад
#68 Counting with 7 Segment Display
#67 - C Programming: Blink LED using Atmel Studio 7
Просмотров 4,1 тыс.Год назад
#67 - C Programming: Blink LED using Atmel Studio 7
#66 Control LED Serially Using ATmega328 USART
Просмотров 505Год назад
#66 Control LED Serially Using ATmega328 USART
#65 Transmitting a Message Serially Using the ATmega328 USART
Просмотров 690Год назад
#65 Transmitting a Message Serially Using the ATmega328 USART
#64 ATmega 328 - USART - Transmitting a Word
Просмотров 147Год назад
#64 ATmega 328 - USART - Transmitting a Word
#63 ATmega 328 - Universal Synchronous/Asynchronous Receiver/Transmitter (USART)
Просмотров 953Год назад
#63 ATmega 328 - Universal Synchronous/Asynchronous Receiver/Transmitter (USART)

Комментарии

  • @laurenceo2340
    @laurenceo2340 7 дней назад

    Great teaching! Thank you!

    • @vooiyap
      @vooiyap 6 дней назад

      @@laurenceo2340 Thank you

  • @MrMhsn
    @MrMhsn 11 дней назад

    in the initSchedular(void) can you please explain the line, "task_list[i].task = (task_t)0x00". What's this 0x00 indicating by loacting just after the (task_t)?

    • @vooiyap
      @vooiyap 11 дней назад

      Hi, the line task_list[i].task = (task_t)0x00; is initializing the task to a null or "empty" task, where the task doesn't point to any valid function. This ensures that the task scheduler won't try to execute a task that hasn't been properly defined yet. Later, valid tasks will be assigned, replacing this placeholder value. 0x00 is simply the hexadecimal notation for the value 0. Here, it is used to indicate that no function is assigned to this task initially.

    • @MrMhsn
      @MrMhsn 11 дней назад

      @@vooiyap Thank you sir. I was not expecting your reply within just an hour. I really appreciate it.

  • @ryanoh1816
    @ryanoh1816 14 дней назад

    Thank you for the walk-through! I was able to get it to work thanks to you :)

    • @vooiyap
      @vooiyap 14 дней назад

      Hi, I am glad that you have found the video useful.

  • @serryb
    @serryb 15 дней назад

    i love you

  • @AspiranT01SD
    @AspiranT01SD 24 дня назад

  • @AspiranT01SD
    @AspiranT01SD 24 дня назад

  • @AspiranT01SD
    @AspiranT01SD 24 дня назад

  • @ingenuity1394
    @ingenuity1394 26 дней назад

    Sir you made video exactly what I was looking for.

    • @vooiyap
      @vooiyap 24 дня назад

      HI, that's good to know. Thanks.

  • @amitnehra1457
    @amitnehra1457 29 дней назад

    Awesome 😎👍 I don't know assembly language But I love assembly Can you please make a video on "from where we can learn assembly language" Please Any book suggestions will also help

    • @vooiyap
      @vooiyap 29 дней назад

      Hi, thank you for comments. As for learning assembly language. There are so many books on the subject and depends on the type of microcontroller/microprocessor. Do you have any type of microcontroller/microprocessor. in mind?

    • @amitnehra1457
      @amitnehra1457 29 дней назад

      @@vooiyap arm Artitecture Arm processors would be awesome And AVR is also fine I would like to learn on the microprocessor But I think a microcontroller would be more helpful

    • @vooiyap
      @vooiyap 29 дней назад

      @@amitnehra1457 Check Amazon for The 'STM32F103 Arm Microcontroller and Embedded Systems: Using Assembly and C' by Sepehr Naimi, Sarmad Naimi, Muhammad Ali Mazidi. For AVR check out 'The AVR Microcontroller and Embedded Systems Using Assembly and C: Using Arduino Uno and Atmel Studio' by Sepehr Naimi, Sarmad Naimi, Muhammad Ali Mazidi.

  • @hieuvo57
    @hieuvo57 Месяц назад

    Thank you for the lesson. It benefits me so much!

    • @vooiyap
      @vooiyap 29 дней назад

      Hi that's good to know.

  • @joandemello
    @joandemello Месяц назад

    Very well explained Sir. I can now use my arduino uno to work with 8051 muc.

    • @vooiyap
      @vooiyap Месяц назад

      Hi, I am happy you got the circuit working. Have fun.

  • @AdnanAslam-rr4uh
    @AdnanAslam-rr4uh Месяц назад

    sir can i have this ppt for the learning purpose. ???

    • @vooiyap
      @vooiyap Месяц назад

      Hi, please send me your email address.

  • @songoku2872
    @songoku2872 Месяц назад

    Very nice stuff, keep up the good work!

    • @vooiyap
      @vooiyap Месяц назад

      Hi thank you for your comments and support.

  • @songoku2872
    @songoku2872 Месяц назад

    Hello, awesome lecture series and an equally awesome youtube channel which is very helpful for me! But when converting 10100011 into hex, after splitting, wouldn't 1010 be A and not 8? And so the hex number for 10100011 would A3. Same thing for the 16 bit binary number, where 1010 should be A and not 8, and so that 16 bit number would be E5A3 and not E583.

    • @vooiyap
      @vooiyap Месяц назад

      Hi, thank you for pointing out the error. I have added some text to rectify the error. I am glad that you still find the channel awesome. Thank you for your support.

  • @bullygram
    @bullygram 2 месяца назад

    Brilliant work Mr. Vooiyap

    • @vooiyap
      @vooiyap 2 месяца назад

      Thank you for your comments.

    • @vooiyap
      @vooiyap 2 месяца назад

      Thank you for your comments.

  • @dominicamoakobaah9516
    @dominicamoakobaah9516 2 месяца назад

    Thank you very much, it worked perfectly

    • @vooiyap
      @vooiyap 2 месяца назад

      @dominicamoakobaah9516 I'm glad to hear that.

  • @svendickman1643
    @svendickman1643 2 месяца назад

    Hello Vooi, thanks for your video's I really enjoy them and have been learning a lot. FYI. the link to download the source code in this video doesn't seem to work.

    • @vooiyap
      @vooiyap 2 месяца назад

      Hi, thank you for your comments. I am glad you like the video. I have updated the link to the code used. Please check it out. If you have problems accessing it please let me know.

    • @svendickman1643
      @svendickman1643 2 месяца назад

      @@vooiyap Yes I enjoy your library of videos a lot. I have been working in IT for over 30 years and you have clarified some fundamentals (about stacks amongst other things) that I have wondered about for years. In the interest of helping you 8051 Assembly Language Programming Playlist. (videos 13-15) ruclips.net/video/9hxhFqJWBZ8/видео.html. Also, if its not to indiscreet I am curious about the origin of your first name and accent (feel free to reply in PM somewhere else). Thanks again for your work.

    • @vooiyap
      @vooiyap 2 месяца назад

      @@svendickman1643 Hi, thank you for your comments. It's appreciated. You can write to me at vvy.eseducation@gmail.com.

  • @ric2play
    @ric2play 2 месяца назад

    This is great.What video software were you using?

    • @vooiyap
      @vooiyap 2 месяца назад

      Hi, I use Screencast-O-Matic and Powerpoint to record my videos.

  • @yzyzyz44
    @yzyzyz44 3 месяца назад

    Finally I found a good explanation

    • @vooiyap
      @vooiyap 3 месяца назад

      Thank you

  • @hadibq
    @hadibq 3 месяца назад

    Interesting topic and videos. Thanks for sharing. I noticed the lessons in the playlists are ordered backward and automatically plays lesson 1 after finishing the 2. Thanks again 😊

    • @vooiyap
      @vooiyap 3 месяца назад

      @@hadibq You are welcome

    • @vooiyap
      @vooiyap 24 дня назад

      Thank you

  • @feveathim184
    @feveathim184 3 месяца назад

    Sir each memory location is able to store 8 bit data right?

    • @vooiyap
      @vooiyap 3 месяца назад

      @@feveathim184 Yes

  • @I_am_Ashok
    @I_am_Ashok 3 месяца назад

    Thanks a lot for such a beautiful explanation 🎉🎉

  • @DIPCAE
    @DIPCAE 4 месяца назад

    Hello, Do you know any simulator for P80C528? Thanks, Great Videos

    • @vooiyap
      @vooiyap 4 месяца назад

      Sorry, I don't know any simulator for P80C528.

  • @topoliroblox7608
    @topoliroblox7608 4 месяца назад

    Hello, Thanks for the great explanation.

    • @vooiyap
      @vooiyap 4 месяца назад

      You are welcome

  • @varganyamuvek
    @varganyamuvek 4 месяца назад

    Is it possible to connect the LEDs to the negative supply instead of positive, so the ports aren't inverted?

    • @vooiyap
      @vooiyap 4 месяца назад

      Yes, it is possible to connect LEDs to the negative supply instead of the positive supply, and this can indeed prevent the ports from being inverted.

    • @varganyamuvek
      @varganyamuvek 4 месяца назад

      @@vooiyap Thank You for your answer!

  • @lazarus8390
    @lazarus8390 4 месяца назад

    Your explanations are great as always sir. Thank you.

    • @vooiyap
      @vooiyap 4 месяца назад

      I am glad you like it.

  • @rafaelfigueiredo9762
    @rafaelfigueiredo9762 4 месяца назад

    How can I choose a button on the numeric keypad and when pressed this button the value on the display increases from 0 to 1 and so on up to 9 and so on until returns to 0 again And choose a button on the numeric keypad and when this button is pressed, the value on the 7-segment display decreases from 0 to 9 and so on until it returns to 0 again as if it were a loop but a button must be pressed for the value to increase and another button to lower the value on the 7-segment display Like an example: If I pressed number 1 on the keypad the value incrises on the display of 7 segments and if I pressed number 4 the value decreases on the display of 7 segments Can you help me ?? Because I have seen many videos but I can't do a code to this problem

    • @vooiyap
      @vooiyap 4 месяца назад

      The solution involves capturing the key press, updating the value, and displaying the new value.

  • @zekeriyyakoroglu3461
    @zekeriyyakoroglu3461 4 месяца назад

    Hello, thanks for the content. Can we light two lcd's at the same time. Viewing number 1 in led 1, viewing number 2 in led 2 at the same time. Being able to see 12 in the 7 segment leds

    • @vooiyap
      @vooiyap 4 месяца назад

      Yes you can. Check out this link: edsim51.com/examples.html#prog3

    • @zekeriyyakoroglu3461
      @zekeriyyakoroglu3461 4 месяца назад

      @@vooiyap thanks for the reply, i checked the code and in there led 1 displays 1 and then turns of, and then led 2 displays 2 and then turns off. i don't want that led 1 or led 2 gets turned off. What i exactly want is, can i see two leds lighting at the same time?

    • @vooiyap
      @vooiyap 4 месяца назад

      @@zekeriyyakoroglu3461 Hi, I regret to say that is the limitation of EdSim51 simulator. The technique should on real hardware. You could try Proteus Simulation software but I have no experience with Proteus.

    • @zekeriyyakoroglu3461
      @zekeriyyakoroglu3461 4 месяца назад

      ​@@vooiyap I was trying to find a way out how to do that since a few days for a school project, thats good to know that it is not possible. Thank you for the support.

    • @vooiyap
      @vooiyap 4 месяца назад

      @@zekeriyyakoroglu3461 Hi, I am glad to be of some assistance. You can contact me at the following email: vvy.eseducation@gmail.com should you require any help.

  • @dreadesina5216
    @dreadesina5216 4 месяца назад

    For anyone still want more info "This is called sequential logic and the scheduler use states to execute the task, the timer is what remind the processor to perform is job, so the timer is the controller, and the register i.e. the program counter is the state that let the controller know what state it's currently in and the next state to go to i.e. the next task."

    • @vooiyap
      @vooiyap 4 месяца назад

      Thank you for your comments.

  • @Prabagaran-s3b
    @Prabagaran-s3b 4 месяца назад

    Hello can explain complex function declaration in c like static inline void (), extern foo(), static inline bool (),

    • @vooiyap
      @vooiyap 4 месяца назад

      Hi, thank you for your comments. At the moment I am focusing on the Cortex M4 assembly language. Please refer to the following videos that uses C: ruclips.net/video/1owPifxFPYI/видео.html ruclips.net/video/YGMieAZyJ6Q/видео.html I hope you will find what you need.

  • @dr3dr3-nb9mp
    @dr3dr3-nb9mp 4 месяца назад

    Thank you for sharing. Your tutorial are concise and clean codes.

    • @vooiyap
      @vooiyap 4 месяца назад

      You are welcome. I'm glad you found the video useful.

  • @milkeangelo1707
    @milkeangelo1707 5 месяцев назад

    Great video.

    • @vooiyap
      @vooiyap 5 месяцев назад

      Thank you

  • @manfreds.5242
    @manfreds.5242 5 месяцев назад

    Very good lesson, but sound quality is so bad.

    • @vooiyap
      @vooiyap 5 месяцев назад

      Thank you for your comments.

  • @onurolce
    @onurolce 5 месяцев назад

    256*256*70 = 4587520 cycles. Arduino UNO uses 16000000 Hz Crystal so : 16000000/4587520 = 3.487 seconds. This should be blinking freq. But in video it seems like 500 ms. Why is it so ?

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi, to calculate the duration of the delay generated by an ATmega328 microcontroller using a 16MHz crystal, we need to take into account the time taken by each instruction and the number of iterations of the loops. Write to me at the following email address and I will send you the details of how I would calculate the duration of the delay. My email address is: vvy.eseducation@gmail.com

    • @onurolce
      @onurolce 5 месяцев назад

      @@vooiyap ok I've sent:)

  • @way2ml
    @way2ml 5 месяцев назад

    Thank you Vooi. This video is very helpful. This is my first assembly program written on this board. For unknown reasons, the register R3 didn't change value to 0x95 when debugging at first. I rebuilt and downloaded the object file to the board. The problem fixed.

    • @vooiyap
      @vooiyap 5 месяцев назад

      Excellent. I am glad it worked.

  • @Aman-vi8ws
    @Aman-vi8ws 5 месяцев назад

    Is ATMEL 7 outdated? website is empy. thank you for this wonderful free presentation!

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi Atmel Studio is now under Microchip. Try this link: www.microchip.com/en-us/tools-resources/archives/avr-sam-mcus

  • @SR-ok3su
    @SR-ok3su 5 месяцев назад

    2:38 3:12 RXD pin 10 and TXD pin11 but you write wrongly kindly check it

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi noted with thanks. I put a note the description.

  • @abhismirai10
    @abhismirai10 5 месяцев назад

    These are really good videos series thank you I think the videos in the playlist is in wrong order

    • @vooiyap
      @vooiyap 5 месяцев назад

      Thank you for your comments. It's appreciated.

  • @AFSMG
    @AFSMG 5 месяцев назад

    excelente.

    • @vooiyap
      @vooiyap 5 месяцев назад

      Thanks

  • @AFSMG
    @AFSMG 5 месяцев назад

    We continue learning with your videos. All the best

  • @AFSMG
    @AFSMG 5 месяцев назад

    I'm learning a lot from your videos. ghemso created a group to watch his videos. But the link he sent me does not work and we have not yet been able to install EdSim51 and we would be very interested in having EdSim 51 installed to continue moving forward. I don't know if you can help me. Thank you so much. A greeting from Spain

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi you can try this link: www.edsim51.com/. You can try using Google. Type EdSim51 in the Google search. Let me know how it goes.

    • @AFSMG
      @AFSMG 5 месяцев назад

      @@vooiyap Thank you very much for answering. I'll try. It seems I don't have Java on my computer. All the best.

    • @vooiyap
      @vooiyap 5 месяцев назад

      @@AFSMG Hi yes. You need to have JRE installed on your computer. I forgot to mentioned that.

    • @AFSMG
      @AFSMG 5 месяцев назад

      @@vooiyapI have finally been able to install EdSim51. Now we will start practicing with it and learn all the possibilities it offers us. Maybe there is a tutorial that explains the functionalities of this software. Thanks a lot. We follow your videos which are great. Best regards from Spain.

    • @vooiyap
      @vooiyap 5 месяцев назад

      @@AFSMG Hi, you can refer to the EdSim51 website for the software functionalities. All the best for your studies.

  • @AFSMG
    @AFSMG 5 месяцев назад

    Is EDSim51 free? Where to download it? Thank you so much. Great video teacher. Greetings from Spain

    • @vooiyap
      @vooiyap 5 месяцев назад

      Thank you for your kind comments. It's appreciated. For EdSim51, try www.edsim51.com/

  • @Shiva-vu6kv
    @Shiva-vu6kv 5 месяцев назад

    hello, can you pls explain why do we need to set up stack, can't we just use interrupts without stack?

    • @vooiyap
      @vooiyap 5 месяцев назад

      Interrupts and the stack are fundamentally linked in the context of microcontroller operations. The stack is essential for handling interrupts efficiently and ensuring that the program can return to its normal execution flow after an interrupt service routine (ISR) has completed.

  • @hameed821
    @hameed821 5 месяцев назад

    Very detailed information, thank you

    • @vooiyap
      @vooiyap 5 месяцев назад

      You are most welcome

  • @leythecg
    @leythecg 5 месяцев назад

    very good content, also the presentation! Many thanks!

    • @vooiyap
      @vooiyap 5 месяцев назад

      I am glad you like the content.

  • @onyemaechianthonyeze202
    @onyemaechianthonyeze202 5 месяцев назад

    Please sir, the light is constant and not blinking

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi, please check that the "Update Freq" is set to 10000. The "Update Freq" is located at the top left corner of the EdSim51.

  • @moelets
    @moelets 5 месяцев назад

    so helpful thank you

    • @vooiyap
      @vooiyap 5 месяцев назад

      You are welcome.

  • @babyph65
    @babyph65 5 месяцев назад

    My Arduino file is missing

    • @vooiyap
      @vooiyap 5 месяцев назад

      Hi, could you explain, what you mean by "My Arduino file is missing"?

    • @babyph65
      @babyph65 5 месяцев назад

      @@vooiyap hello, the Arduino folder is what i meant, its doesn't exist anywhere. But I already fixed it, I installed the new version of Arduino that's why its missing.

    • @vooiyap
      @vooiyap 5 месяцев назад

      @@babyph65 Good to know that you have fixed the problem.

    • @yurimoreira8659
      @yurimoreira8659 3 месяца назад

      @@vooiyap my arduino folder exists, but it only have the libraries folder. i dont know why it doesnt have the others folders. i tried to install the IDE again, but nothing changed, do you know why this is happening? sorry if i said something wrong, im still learning english

    • @vooiyap
      @vooiyap 3 месяца назад

      @babyph65 Hi, what Arduino file are you referring to?

  • @AFSMG
    @AFSMG 6 месяцев назад

    Como podría programar el AT89C5115. Muchas gracias

    • @vooiyap
      @vooiyap 6 месяцев назад

      Necesita conseguir un programador At89C5115 adecuado.

    • @AFSMG
      @AFSMG 5 месяцев назад

      @@vooiyap conoces alguno? No encuentro ninguno por internet.

    • @vooiyap
      @vooiyap 5 месяцев назад

      @@AFSMG No conozco ningún programador. QUIZÁS puedas consultar el programador XGecu T48 [TL866-3G]

  • @real_vardan
    @real_vardan 6 месяцев назад

    Thank you so much professor, I can't grasp the concept of assembly very well but you explained it quite clearly

    • @vooiyap
      @vooiyap 6 месяцев назад

      I'm glad that you have found the video useful.