Multicore Processors

Aus BECOM Systems Support
Version vom 22. August 2023, 20:35 Uhr von en>Peter (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

How to start a singe core project on multicore processors

  • start core B first (with a simple program just set the core to idle mode)(in board examples: Idle_CoreB.dxe)
  • disable breakpoint in core B
  • start core B again
  • start core A

It is because: It is neccessary for setting the core and system clock. (Some programming sequences are waiting for both cores to be in idle)

Usually VDSP++ prompts for a second .dxe if you are developing only a single core app on the CM-BF561. Select the Idle_CoreB.dxe which should be located in your Projects root dir.