GithubHelp home page GithubHelp logo

Comments (3)

DeqingSun avatar DeqingSun commented on June 21, 2024
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFC), HEX);
  USBSerial_print_c(' ');
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFD), HEX);
  USBSerial_print_c(' ');
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFE), HEX);
  USBSerial_print_c(' ');
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFF), HEX);
  USBSerial_print_c(' ');
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFA), HEX);
  USBSerial_print_c(' ');
  USBSerial_print_ub(*(__code uint8_t*)(0x3FFB), HEX);
  USBSerial_print_c(' ');
  USBSerial_println();

I get

3 C0 BC 4C 31 52

from ch55xduino.

nerdralph avatar nerdralph commented on June 21, 2024

0x3FFB isn't part of the unique ID. The datasheet says it is reserved "保留", though it seems to be used for the chip ID, just like SFR CHIP_ID at address 0xA1. With a CH551, this should output 51.
p.s.:
I just tried it on a CH551, and it looks like I'm wrong about 0x3FFB being the same as CHIP_ID. here's what I get:
98 B0 4B 47 9D 32

from ch55xduino.

wukongxuetang avatar wukongxuetang commented on June 21, 2024

I am using ch552,Test the code,I get 1C 7E 80 58 31 52;
I test another ch552g,get uid is 03 7E 80 58 55 5A,0x3FFB value is 5A,not same with chip_id,

from ch55xduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.