공학
-
[전자공학] Camera & Display - Basic 1공학/전자공학 2024. 1. 6. 16:42
글의 참고- https://coolenjoy.net/bbs/31/53903- http://blog.lgdisplay.com/2014/02/%eb%aa%a8%eb%8b%88%ed%84%b0%ec%9d%98-%ed%95%b5%ec%8b%ac-%eb%94%94%ec%8a%a4%ed%94%8c%eb%a0%88%ec%9d%b4%ec%9d%98-%ec%8a%a4%ed%8e%99-%eb%94%b0%eb%9d%bc%ec%9e%a1%ea%b8%b0-%ec%83%89%ec%9e%ac%ed%98%84/- https://news.lgdisplay.com/2021/11/%eb%94%94%ec%8a%a4%ed%94%8c%eb%a0%88%ec%9d%b4-%ec%83%81%ec%8b%9d%ec%82%ac%ec%a0%84-4-%ec%..
-
[컴퓨터 구조] ARM - PSCI공학/컴퓨터구조 2023. 12. 27. 20:35
글의 참고 - Power State Coordination Interface 글의 전제 - 밑줄로 작성된 글은 강조 표시를 의미한다. - 그림 출처는 항시 그림 아래에 표시했다. 글의 내용 - Overview " PSCI 는 `Power State Control Interface` 약자로 arm processor 기반의 OS 를 만드는 OS vendors 사에게 power management 관련 standard interface 를 제공한다. 예를 들어, ARMv8 기반에서 low-level power management 를 수행하기 위해서는 PSCI 에서 제시하는 스펙을 반드시 따라야 한다. " PCSA 가 도입된 ARM A-profile architecutre 에서 power management 관..
-
[전자공학] GPIO mode공학/전자공학 2023. 12. 17. 00:46
글의 참고 - https://wiki.st.com/stm32mcu/wiki/Getting_started_with_GPIO#bs-sidebar-toc - https://blog.stratifylabs.dev/device/2013-10-21-Understanding-Microcontroller-Pin-Input-Output-Modes/ - https://elinux.org/images/b/b6/Pin_Control_Subsystem_Overview.pdf - https://embetronicx.com/tutorials/tech_devices/understanding-the-microcontroller-gpio-gpio-working-explained/ - https://suketushah.medium.com..
-
[컴퓨터구조] SoC공학/컴퓨터구조 2023. 12. 10. 19:48
글의 참고 - Cortex-A9 Technical Reference Manual - Cortex-A9 MPCore Technical Reference Manual 글의 전제 - 밑줄로 작성된 글은 강조 표시를 의미한다. - 그림 출처는 항시 그림 아래에 표시했다. 글의 내용 - Overview " `Cortex-A9 Technical Reference Manual` 문서에서는 Cortex-A9 Processor 를 설계하는데 2 가지 방법을 제시한다. 1. Uni-processor 2. Multi-Core processor(최대 4개 까지 가능) " 아래 구조를 보면 알 수 있겠지만, Cortex-A9 이라는 것은 하나의 Processor 를 의미한다. 즉, Cortex-A9 자체가 SoC 는 아니다. ..
-
[ARM] sec - Trustzone공학/컴퓨터구조 2023. 10. 2. 20:26
글의 참고 - TrustZone for Armv8-A - https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/sw/yocto/secure-boot.html - https://www.elecfans.com/d/1948289.html - https://sergioprado.blog/introduction-to-trusted-execution-environment-tee-arm-trustzone/ - https://trustedfirmware-a.readthedocs.io/en/latest/ - https://chromium.googlesource.com/external/github.com/ARM-software/arm-trusted-firmware/+/v0..
-
[컴퓨터 구조] ARM - Power Control System Architecture(PCSA)공학/컴퓨터구조 2023. 9. 20. 01:43
글의 참고 - Power Control System Architecture 2.1 - https://www.elecfans.com/d/2184468.html - https://bbs.elecfans.com/jishu_2272040_1_1.html - https://www.elecfans.com/d/2160177.html - https://github.com/ARM-software/SCP-firmware - https://semiengineering.com/knowledge_centers/low-power/techniques/power-gating/power-gating-retention/ 글의 전제 - 밑줄로 작성된 글은 강조 표시를 의미한다. - 그림 출처는 항시 그림 아래에 표시했다. - 이 글의 대..
-
[컴퓨터구조] ARM - WFI & WFE공학/컴퓨터구조 2023. 9. 4. 17:40
글의 참고 - https://developer.arm.com/documentation/ka001283/latest/ - https://community.arm.com/support-forums/f/architectures-and-processors-forum/5695/difference-between-wfi-and-wfe - https://developer.arm.com/documentation/ddi0500/e/functional-description/power-management/event-communication-using-wfe-or-sev - https://developer.arm.com/documentation/101051/0002/Signal-descriptions/Event-signals ..
-
[전자 공학] Set-up time vs Hold-up time공학/전자공학 2023. 8. 16. 01:06
글의 참고 - https://www.linkedin.com/pulse/how-important-hold-up-time-power-supplies-mo-al-akayshee/ 글의 전제 - 밑줄로 작성된 글은 강조 표시를 의미한다. - 그림 출처는 항시 그림 아래에 표시했다. 글의 내용 - Overview " flip-flop 의 set-up time 과 hold-up time 은 IC design engineers 들의 interview questions 으로 자주 등장한다. 임베디드 SW 개발자에게는 데이터 시트를 분석할 때, set-up time 과 hold-up time 에 대한 부분을 모르고 있으면, 사수에게 쌍욕을 먹을 수 있다. 각각의 정의는 다음과 같다. 1. set-up time : clo..