[#730] Basic Nucleo WB55RG Support#741
Conversation
02a2fab to
da4f56a
Compare
da4f56a to
4523f88
Compare
4523f88 to
576b37c
Compare
|
|
||
| showAnalyzer usart1 | ||
|
|
||
| $bin ?= "/home/nelsmore/projects/personal/sandbox/renode-sandbox/nucleo_fw/build/zephyr/zephyr.elf" |
There was a problem hiding this comment.
You have a personal path here, can you provide a downloadable elf ?
ex in stm32f103.resc
$bin?=@https://dl.antmicro.com/projects/renode/zephyr-stm32f103-button.elf-s_276760-1bf32c99bbb3c01d81e13ca68118eaf08b2a815f
There was a problem hiding this comment.
Hey Alex, thanks for checking in on this. I have actually had some offline communication with AntMicro where they indicated I can just push placeholder filenames in the .resc file for now and they will add them to their CI and replace with the appropriate URL. This is because this is an unmodified Zephyr sample for the Nucleo WB55RG board (basic blinky). I believe this replacement just has not happened yet.
| rcc: Miscellaneous.STM32WBx5_RCC @ sysbus 0x58000000 | ||
| nvic: nvic | ||
|
|
||
| pwr: Miscellaneous.STM32WBx5_PWR @ sysbus 0x58000400 | ||
|
|
||
| hsem: Miscellaneous.STM32WBx5_HardwareSemaphore @ sysbus 0x58001400 |
There was a problem hiding this comment.
Hi, I tried to load this CPU, but when I do I get the following error:
There was an error executing command 'machine LoadPlatformDescription @/home/john/code/stm32/stm32-wb55rg-example/res/renode/platforms/boards/nucleo_wb55rg.repl'
Error E04: Could not resolve type: 'Miscellaneous.STM32WBx5_RCC'.
At /home/john/code/stm32/stm32-wb55rg-example/res/renode/platforms/cpus/stm32wb55rg.repl:13:6:
rcc: Miscellaneous.STM32WBx5_RCC @ sysbus 0x58000000
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There was a problem hiding this comment.
Please excuse me, I hadn't yet found the accompanying patch in renode-infrastructure!
6f4ec4e to
d66b0c2
Compare
This adds enough basic support to run the Zephyr basic blinky for the Nucleo WB55RG. Includes: