ARMmbed / ARMmbed/DAPLink

progen generate -f projects.yaml -p lpc55s69_mculink_if -t uvision, problem!

Open
#1,086 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.8k
Forks
1.1k
Avg merge
3d 12h
Merged PRs (30d)
1

Description

Dears, I just gave up from speeding up the LPC11U HIC.

Studying a better time more, I found a possibility of using Usb High Speed with the LPC55S69.

When tried creating the uVision project, I had an error:

```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Scripts\progen.exe\__main__.py", line 7, in
sys.exit(main())
~~~~^^
File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\site-packages\project_generator\__main__.py", line 67, in main
return args.func(args)
~~~~~~~~~^^^^^^
File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\site-packages\project_generator\commands\generate.py", line 70, in run
build_failed, export_failed = r.get(timeout=20.0)
~~~~~^^^^^^^^^^^^^^
File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\pool.py", line 774, in get
raise self._value
RuntimeError: Target cortex-m33 is not supported. Please add them to https://github.com/project-generator/project_generator_definitions
```

I tried to create another projects using this processor, but, every time the same error!

Someone, please, could help me to figure out this problem?

Contributor guide

Open the contributing guide

Research direction

Reproduce `progen generate -f projects.yaml -p lpc55s69_mculink_if -t uvision` and start from the reported `project_generator/commands/generate.py` failure. Inspect the linked `project_generator_definitions` repository for how target architectures are declared. Done means the LPC55S69 Cortex-M33 project can generate a uVision project without the unsupported-target error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.