HCIA-HarmonyOS设备开发认证-序

最近涉及到HarmonyOS鸿蒙系统设备开发,在网络上已经有很多相关资料,视频教程,我也移植了公司的一个stm32G474板卡,运行LiteOS-m L0系统。

一面看资料一面移植,遇到不少坑,当看到运行的LOGO时,那是非常激动了。

c 复制代码
stm32g4xx bootloader start...
*************************************************************

   *******   **      **   *******    ********       **                                                  **                    
  **/** /**     /**  **/**  **//       /**                                                 //            *****    
 **     //**/**     /** **     //**/**             /**        *****   ******   ****** *******  *******  ** *******  **///**   
/**      /**/**********/**      /**/*********      /**       **///** //** //**//*//**///**//**///**/**//**///**/**  /**   
/**      /**/**//**/**      /****      /**      /*******  *******  /** /  /**  /** /**  /**/** /**  /**//******   
//**     ** /**     /**//**     **        /**      /**      /**  ****  /**    /**  /** /**  /**/** /**  /** /**   
 //*******  /**     /** //*******   ********       /********//******//********/***    ***  /** ***  /**/** ***  /**  *****    
  ///   //      //   ///             //   ///    ///   // ///   // // ///   //  /     

*************************************************************
entering kernel init...
hilog will init.

hievent will init.

hievent init success.
Entering scheduler
hiview init success.

<--------------- OHOS Application Start Here --------------->
This is Thread1----0
This is Thread2----0
This is Thread1----1
This is Thread2----1
This is Thread1----2
This is Thread2----2
This is Thread1----3
This is Thread2----3
This is Thread1----4
This is Thread2----4
This is Thread1----5
This is Thread2----5
This is Thread1----6
This is Thread2----6
This is Thread1----7
This is Thread2----7
This is Thread1----8
This is Thread2----8
This is Thread1----9
This is Thread2----9

由于没有系统性的学习,难免遇到不少坑,自己也决定找个平台进行全面学习,找到了华为认证 HCIA-HarmonyOS Device Developer V1.0 在线课程, 这个是非常好的一个学习鸿蒙的课程。

记录自己的学习过程,期待考试通过,哈哈。

课程目录

c 复制代码
第一章:Harmony OS介绍
第二章:设备开发入门
第三章:内核基础
第四章:驱动基础
第五章:基础子系统开发
第六章:扩展子系统开发
第七章:功能调测
第八章:Harmony OS移植

坚持就有收获

相关推荐
ChinaDragonDreamer4 小时前
HarmonyOS:MVVM模式
harmonyos·鸿蒙
RZer9 小时前
HarmonyOS应用开发快速入门
华为·harmonyos
RZer19 小时前
Hypium+python鸿蒙原生自动化安装配置
python·自动化·harmonyos
ChinaDragonDreamer20 小时前
HarmonyOS:状态管理最佳实践
harmonyos·鸿蒙
行十万里人生21 小时前
Qt事件处理:理解处理器、过滤器与事件系统
开发语言·git·qt·华为od·华为·华为云·harmonyos
黄暄1 天前
HarmonyOS DevEco Studio模拟器点击运行没有反应的解决方法
harmonyos
AnyaPapa1 天前
HarmonyOS简介:高效开发与测试
华为·harmonyos
御承扬1 天前
从零开始开发纯血鸿蒙应用之自定义构建函数
华为·harmonyos
ChinaDragonDreamer1 天前
HarmonyOS:ForEach:循环渲染
harmonyos·鸿蒙
taopi20242 天前
鸿蒙开发在onPageShow中数据加载不完整的问题分析与解决
harmonyos