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

STM32G0B1CBT6 external loader not working #1

Open
Guilherme-Mello opened this issue Jan 29, 2024 · 5 comments
Open

STM32G0B1CBT6 external loader not working #1

Guilherme-Mello opened this issue Jan 29, 2024 · 5 comments

Comments

@Guilherme-Mello
Copy link

Hello! I was trying to make the external loader for the STM32G0B1CBT6 that has a RAM of 144K. It generates ok, but the issue is that when i try to open in the cube programmer, it shows as unknown and with address 0000000 and no name. Any idea of what could be the issue?
Capturar

@Guilherme-Mello
Copy link
Author

Capturar2

An update. If i select, it shows the name in an other place. But it still not working.

@ckshum88
Copy link

@Guilherme-Mello It appears that the information in Dev_Inf.c is omitted from the loader. Check whether (1) the file name is correct, (2) the EL_linker.ld script is used, and (3) the linker option “Discard Unused Sections” is unchecked.

@Guilherme-Mello
Copy link
Author

@Guilherme-Mello It appears that the information in Dev_Inf.c is omitted from the loader. Check whether (1) the file name is correct, (2) the EL_linker.ld script is used, and (3) the linker option “Discard Unused Sections” is unchecked.

I checked those things and seems to be all ok... but the problem still.

@Guilherme-Mello
Copy link
Author

image
image
image

@Guilherme-Mello
Copy link
Author

Maybe this does not work with G0 family this way... Well there is external loader for the G071 with an other Memory... maybe its built with some other technique ?

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