Enhanced Tutorials 01 - How to read and write database | DWIN DGUS T5L screen

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มิ.ย. 2024
  • 0*08 command, for example:
    (1) Write the data 0x12345678 to the variable storage space 0x1002: 5A
    A5 07 82 10 02 12 34 56 78
    (2) Store 2-word data of variable storage space 0x1002 address into Nor
    Flash database header address 0x000002:
    5A A5 0B 82 0008 A5 00 0002 1002 0002
    (3) Read data from Nor Flash database 0x00 0002 to variable storage
    space address 0x2000:
    5A A5 0B 82 0008 5A 00 0002 2000 0002.
    After reading and storing the database with OS, it is necessary to judge
    whether the D7 address has been automatically cleared. If the D7
    address has not been cleared, no operation will be carried out until it is
    cleared for other operations. Otherwise, logic disorder will occur.
    If the serial port is used for instruction reading and storage operation,
    other instructions can be sent after appropriate delay.
    #DWIN #DGUS #T5L #LCDModule #database
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @bogdan1543
    @bogdan1543 5 หลายเดือนก่อน

    Videos like that on Linux, Android and HMI modules would be great!!!!

  • @rolandcargo
    @rolandcargo 7 หลายเดือนก่อน

    Thanks before watching