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

Adding support LPC1313 #1825

Open
oleg-login opened this issue May 17, 2024 · 1 comment
Open

Adding support LPC1313 #1825

oleg-login opened this issue May 17, 2024 · 1 comment
Labels
New Target New debug target
Milestone

Comments

@oleg-login
Copy link

Hello. I have a NXP LPC1313FBD48.

(gdb) mon version
Black Magic Probe v1.10.2, Hardware Version 3
Copyright (C) 2010-2023 Black Magic Debug Project
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html

(gdb) monitor swdp_scan
Target voltage: 3.4V
Please report unknown device with Designer 0x8000 Part ID 0x0
Available Targets:
No. Att Driver
*** 1 Unknown ARM Cortex-M Designer 0x8000 Part ID 0x0 M3
(gdb)

In to datasheet UM10375 Device ID for LPC13xx parts:
0x2C40 102B = LPC1313FHN33 ( 32K Flash 8K SRAM)
0x2C40 102B = LPC1313FBD48 ( 32K Flash 8K SRAM)
0x1830 102B = LPC1313FHN33/01 ( 32K Flash 8K SRAM)
0x1830 102B = LPC1313FBD48/01 ( 32K Flash 8K SRAM)

Can you add these devices to the lpc11xx.c file?

@dragonmux dragonmux added the New Target New debug target label May 17, 2024
@dragonmux dragonmux added this to the v2.0 release milestone May 17, 2024
@ALTracer
Copy link
Contributor

Hello. If you still have the LPC13xx and BMP HW3, then you seem more capable of adding said Device ID (address and values) from georestricted/login-walled vendor documentation to BMD codebase and testing that on your setup. The project is more reactive to actual PRs, not patches sent via GH Issues -- see CONTRIBUTING.md. Don't be afraid of reflashing your adapter after you've tested with BMDA, the bootloader allows you to go back to release builds (like v1.10.2), there's no anti-rollback protection or anything. However, if you have reasons which block you from filing a PR (or contributing in general), then please say so and somebody else (maybe even maintainers) might pick up your request in the future.

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

No branches or pull requests

3 participants