chinese直男口爆体育生外卖, 99久久er热在这里只有精品99, 又色又爽又黄18禁美女裸身无遮挡, gogogo高清免费观看日本电视,私密按摩师高清版在线,人妻视频毛茸茸,91论坛 兴趣闲谈,欧美 亚洲 精品 8区,国产精品久久久久精品免费

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

RT-Thread使用Soft RTC(軟件模擬RTC)

冬至子 ? 來源:YZRD ? 作者:YZRD ? 2023-10-12 17:39 ? 次閱讀
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

開發(fā)環(huán)境:野火的stm32f407,rt-thread studio版本是版本: 2.2.6,rt-thread 使用版本為4.0.3,stm32f4的資源包為0.2.2。

使能軟件模擬 RTC,不需要使能硬件相關(guān)的RTC。

1.jpg

查看rt-threadcomponentsdriversrtcsoft_rtc.c和rtc.c是否正常添加進(jìn)來,如果沒有添加成功,可以右鍵點(diǎn)擊,手動(dòng)添加構(gòu)建。

1.jpg

編譯正常,下載到開發(fā)板,終端正常打印信息。

1.jpg

查看是否有rtc設(shè)備

1.jpg

使用指令date查看和設(shè)置日期時(shí)間。

msh >date
Mon Jan 1 00:00:49 2018
msh >date 2023 02 14 15 35 30
msh >date
Tue Feb 14 15:35:35 2023

Soft RTC 測(cè)試可以正常使用。

聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場(chǎng)。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請(qǐng)聯(lián)系本站處理。 舉報(bào)投訴
  • RTC
    RTC
    +關(guān)注

    關(guān)注

    2

    文章

    622

    瀏覽量

    68906
  • STM32F407
    +關(guān)注

    關(guān)注

    15

    文章

    188

    瀏覽量

    30628
  • RT-Thread
    +關(guān)注

    關(guān)注

    32

    文章

    1412

    瀏覽量

    41993
收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評(píng)論

    相關(guān)推薦
    熱點(diǎn)推薦

    RTC設(shè)備的功能配置,如何使用?

    可以啟用使用軟件模擬 RTC 的功能,這個(gè)模式非常適用于對(duì)時(shí)間精度要求不高,沒有硬件 RTC 的產(chǎn)品。配置選項(xiàng)如下所示:RT-Thread
    發(fā)表于 03-29 06:16

    RT-Thread系統(tǒng)上開啟RTC驅(qū)動(dòng)模塊

    前言RT-Thread 的驅(qū)動(dòng)框架里有RTC,基于STM32 的BSP,有現(xiàn)成的RTC驅(qū)動(dòng),STM32本身有ST 官方的RTC HAL 支持,所以如果STM32的BSP上開啟
    發(fā)表于 06-01 15:31

    記錄RT-ThreadRTC驅(qū)動(dòng)實(shí)現(xiàn)鬧鐘設(shè)置的過程

    Studio軟件,彈出如下圖所示的對(duì)話框表示生成成功。1.2 RT-Thread Settings 的配置??我們需要配置 RT-Thread 的設(shè)備驅(qū)動(dòng),使能 RTC 外設(shè)的驅(qū)動(dòng)和
    發(fā)表于 06-10 10:48

    怎么解決RT-Thread Studio編譯硬件RTC報(bào)錯(cuò)的問題呢

    RT-Thread Studio編譯 硬件RTC 錯(cuò)誤!
    發(fā)表于 12-30 15:32

    RT-Thread使用Soft軟件模擬RTC的流程

    開發(fā)環(huán)境:野火的stm32f407,rt-thread studio版本是版本: 2.2.6,rt-thread 使用版本為4.0.3,stm32f4的資源包為0.2.2。使能軟件模擬
    發(fā)表于 02-15 11:10

    RT-Thread軟件包定義和使用

    RT-Thread軟件包是運(yùn)行于RT-Thread物聯(lián)網(wǎng)操作系統(tǒng)平臺(tái)上,面向不同應(yīng)用領(lǐng)域的通用軟件組件 。RT-Thread 同時(shí)提供了開放
    的頭像 發(fā)表于 05-21 11:29 ?1.1w次閱讀
    <b class='flag-5'>RT-Thread</b><b class='flag-5'>軟件</b>包定義和使用

    RT-Thread 應(yīng)用筆記 - libmodbus RTU RS485 從機(jī)

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard faultRT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用RT-Thread 應(yīng)用筆記 - free
    發(fā)表于 01-25 18:15 ?8次下載
    <b class='flag-5'>RT-Thread</b> 應(yīng)用筆記 - libmodbus RTU RS485 從機(jī)

    RT-Thread 應(yīng)用筆記 - freemodbus RTU RS485 主機(jī)

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard faultRT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用RT-Thread 應(yīng)用筆記 - free
    發(fā)表于 01-25 18:16 ?8次下載
    <b class='flag-5'>RT-Thread</b> 應(yīng)用筆記 - freemodbus RTU RS485 主機(jī)

    RT-Thread 應(yīng)用筆記 - freemodbus RTU RS485 從機(jī)

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard faultRT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用RT-Thread 應(yīng)用筆記 - free
    發(fā)表于 01-25 18:17 ?3次下載
    <b class='flag-5'>RT-Thread</b> 應(yīng)用筆記 - freemodbus RTU RS485 從機(jī)

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard fault

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard faultRT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用RT-Thread 應(yīng)用筆記 - free
    發(fā)表于 01-25 18:17 ?8次下載
    <b class='flag-5'>RT-Thread</b> 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard fault

    RT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用

    RT-Thread 應(yīng)用筆記 - 不正確使用LOG也會(huì)引發(fā)hard faultRT-Thread 應(yīng)用筆記 - RTC Alarm 組件的使用RT-Thread 應(yīng)用筆記 - free
    發(fā)表于 01-25 18:18 ?10次下載
    <b class='flag-5'>RT-Thread</b> 應(yīng)用筆記 - <b class='flag-5'>RTC</b> Alarm 組件的使用

    RT-Thread全球技術(shù)大會(huì):RT-Thread開源重塑軟件發(fā)展新生態(tài)

    RT-Thread全球技術(shù)大會(huì):RT-Thread開源重塑軟件發(fā)展新生態(tài),市場(chǎng)空間巨大,以開放的心態(tài)不斷提升技術(shù)水平,大膽創(chuàng)新,迎接挑戰(zhàn)! ? ? ? 審核編輯:彭靜
    的頭像 發(fā)表于 05-27 10:47 ?1462次閱讀
    <b class='flag-5'>RT-Thread</b>全球技術(shù)大會(huì):<b class='flag-5'>RT-Thread</b>開源重塑<b class='flag-5'>軟件</b>發(fā)展新生態(tài)

    RT-Thread文檔_RT-Thread 簡(jiǎn)介

    RT-Thread文檔_RT-Thread 簡(jiǎn)介
    發(fā)表于 02-22 18:22 ?5次下載
    <b class='flag-5'>RT-Thread</b>文檔_<b class='flag-5'>RT-Thread</b> 簡(jiǎn)介

    RT-Thread文檔_RT-Thread SMP 介紹與移植

    RT-Thread文檔_RT-Thread SMP 介紹與移植
    發(fā)表于 02-22 18:31 ?9次下載
    <b class='flag-5'>RT-Thread</b>文檔_<b class='flag-5'>RT-Thread</b> SMP 介紹與移植

    RT-Thread文檔_RTC 設(shè)備

    RT-Thread文檔_RTC 設(shè)備
    發(fā)表于 02-22 18:36 ?3次下載
    <b class='flag-5'>RT-Thread</b>文檔_<b class='flag-5'>RTC</b> 設(shè)備