A useful ten-minute exercise
- Choose Try demo from the welcome screen. The tour opens source and explains the workspace.
- Inspect
main.c, its includes and the driver sources. Find the target and linker configuration before changing code. - Run Build. If the compiler is missing, use tool detection to identify the dependency instead of changing the source.
- In the editor, try register completion after
RCC->. Hover a documented register and inspect its address, access and fields. - Use the hover’s Ask AI link. Ask: “Explain the IWDG prescaler using the attached SVD and cite its source. What still requires the reference manual?”
- Compare the response with the attached evidence. A reset value is not a measurement from a running board.
- If a supported simulator is configured, use that session for debugging. Otherwise connect matching hardware and explicitly select the image and probe.