* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Armv8 Architecture Exception And Crash Debugging  (Lida 59 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Armv8 Architecture Exception And Crash Debugging
« em: 18 de Abril de 2024, 09:59 »
Armv8 Architecture: Exception And Crash Debugging



Published 4/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.26 GB | Duration: 4h 18m

Exception and Crash case study in Cortex-A based Processor(Armv8-Aarch64)


What you'll learn
The basic concept of Exception in Armv8-A
4 exception provided by Armv8-A
Synchronous exception
IRQ and FIQ exception
Crash case studies
Requirements
Computer Architecture
Micro-processor
Description
Smartphones, AI System-on-Chip (SoC), Electric Vehicle Automotive (Infotainment, Autonomous Driving), and Arm processors used in cloud servers and MacBooks are all based on the Armv8-A architecture, which is a 64-bit Cortex-A processor (e.g., Cortex-A53, Cortex-A57, Cortex-A72). Currently, in the system software industry, knowledge of the Armv8-A architecture is considered essential as it is in high demand.This lecture covers the Exception, that is the key feature of Armv8-A architecture necessary for the development of software systems. The intended learners will understand;Concept of Exception How Arm core generates Exception System call or Secure monitor callException vector tableTo understand key features of Armv8, we need to primary concept of Exception. This lecture explains the details of Exception which is not discuss in the conventional course which includes; Which registers are updated when Arm core generates exception Correlation between exception vector table and exception handler Common scenario of exception handlers How IRQ and FIQ is handled under secure environment How exception level is switched In general, a piece of software, such as an application, the kernel of an operating system, or a hypervisor, is implemented using exception. So understanding exception is important. If you understand what this lecture cover, you will have; Strong debugging skills Broaden your insight of system architecture Better understanding of Armv8 architecture
Overview
Section 1: Introduction
Lecture 1 Introducing this course
Section 2: Introducing Exception
Lecture 2 Introduction to Exception in CPU architecture
Lecture 3 Introduction to Exception in Arm architecture
Lecture 4 Why need to learn Exception: Intro
Lecture 5 Why need to learn Exception: 1. To level up troubleshooting skills
Lecture 6 Why need to learn Exception: 2. To understand fundamentals of Arm architecture
Lecture 7 Why need to learn Exception: 3. To gain insight into Linux kernel and RTOS
Section 3: Introducing Exception in Armv8-A
Lecture 8 Key feature of Exception in Armv8-A
Lecture 9 Types of exception: IRQ and memory abort
Lecture 10 Exceptions in Armv8-A: Synchronous, IRQ, FIQ, SError
Lecture 11 Switching exception level
Section 4: Synchronous Exception - memory abort
Lecture 12 Synchronous Exception - memory abort
Lecture 13 Workflow: Synchronous Exception - memory abort (Part.1)
Lecture 14 Workflow: Synchronous Exception - memory abort (Part.2)
Section 5: Synchronous Exception - SVC
Lecture 15 Workflow: Synchronous Exception - SVC (Part.1)
Lecture 16 Workflow: Synchronous Exception - SVC (Part.2)
Section 6: IRQ Exception
Lecture 17 Introduction to interrupt type exception
Lecture 18 Operation of IRQ Exception Generation-Part.1
Lecture 19 Operation of IRQ Exception Generation-Part.2
Lecture 20 Operation of IRQ Exception Generation-Part.1 (Duplicated)
Lecture 21 Operation of IRQ Exception Generation-Part.3
Lecture 22 IRQ interrupt exception handling routine
Lecture 23 IRQ interrupt return
Lecture 24 Interrupt handling from software point of view
Lecture 25 Summary: Interrupt handling with big picture
Section 7: FIQ Exception
Lecture 26 Introduction to FIQ
Lecture 27 FIQ Exception handler (Linux kernel)
Section 8: SError Exception
Lecture 28 Introducing SError Exception
Lecture 29 Workflow-SError Exception(Part.1)
Lecture 30 Workflow-SError Exception(Part.2)
Lecture 31 SError exception handling routine
Section 9: Exception handling at EL1
Lecture 32 Memory abort Exception handling at EL1
Lecture 33 Memory system in case of Memory abort
Lecture 34 IRQ(Interrupt) Exception handling at EL1
Lecture 35 IRQ(Interrupt) handling - Software point of view
Section 10: How to analyze exception vector table
Lecture 36 Part1-set current exception levels
Lecture 37 Part2-Understand 'Current Exception level with SP_EL0'
Lecture 38 Part3-Simplified Exception vector table
Lecture 39 Exception handling in Linux kernel
System software engineer,Professionals interested in exploring Embedded systems,Professionals interested in exploring Armv8 architecture,Hobbyists and students who want to start their career in Embedded world,If you think about 'embedded' then think about taking this course. you will not be disappointed,System software engineers who are eager to level up debugging skills

Screenshots


rapidgator.net:
Citar
https://rapidgator.net/file/898e13766ca02092035d2b0c742d2904/njilz.Armv8.Architecture.Exception.And.Crash.Debugging.part1.rar.html
https://rapidgator.net/file/5a56265bd59d94de7b7b55eab0cc77b8/njilz.Armv8.Architecture.Exception.And.Crash.Debugging.part2.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/40A8F69D851EED1/njilz.Armv8.Architecture.Exception.And.Crash.Debugging.part1.rar
https://nitroflare.com/view/A8392413EA2E940/njilz.Armv8.Architecture.Exception.And.Crash.Debugging.part2.rar