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

Support for STM32G0B1RET6 #27

Open
ksbboxx opened this issue Dec 3, 2021 · 0 comments
Open

Support for STM32G0B1RET6 #27

ksbboxx opened this issue Dec 3, 2021 · 0 comments

Comments

@ksbboxx
Copy link

ksbboxx commented Dec 3, 2021

Hi, I have added the following lines in the DEVICES array in stm32devices.py under 'part_no': 0xc60 for the STM32G0B1RET6 support and it seems that it is working for me. I am not quite sure about the settings I choose for this part number, could you please double-check and let me know if I missed anything? Specifically, I cannot find information about the flash size register address (0x1fff75e0), the flash driver STM32L4 and the erase sizes:

'part_no': 0xc60,
'core': 'CortexM0+',
'idcode_reg': 0x40015800,
'devices': [ { 'dev_id': 0x467, 'flash_size_reg': 0x1fff75e0, 'flash_driver': 'STM32L4', 'erase_sizes': (2 * 1024, ), 'devices': [
{'type': 'STM32G0B1', 'flash_size': 512, 'sram_size': 144, 'eeprom_size': 0, 'freq': 64}, ], }, ],

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

1 participant