Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCU? #128

Open
songjunbiao opened this issue Feb 26, 2024 · 1 comment
Open

MCU? #128

songjunbiao opened this issue Feb 26, 2024 · 1 comment

Comments

@songjunbiao
Copy link

MCU does not show the model number inside how do you analyze which model of MCU it is?

@amnemonic
Copy link
Owner

I don't remember exactly in which way this info was obtained particularly for this radio but in general i think these are good methods:

  • pin count, cpu clock etc can be compared against known MCUs datasheets
  • searching for strings in firmware
  • hint is always AP-IDR value which in case of our CPU is 0x04770021 (if you know DAP/SWD/JTAG pinout)
  • looking what MCU vendor was used in previous products of given company
  • if you have firmware then you can look at startup code and search for some magic values of registers on GitHub for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants