it's possible to test the syntax of a program without a board

I want to test the syntax of my program without my board BL2600

Thanck you for the response

Yes, you can.

In Project Options/Targetless, select the appropriate BL2600. You can look at the board IDs in the list of devices in Samples/BL2600/BOARD_ID.C to figure out which BL2600 you have.

Then in the Compile menu, select “Compile to .bin File” and either “Compile to Flash” (for boards that run out of flash) or “Compile to Flash, run in RAM” for boards that copy code from flash to fast RAM on startup.

In addition to checking syntax, you also end up with a .bin file you can use with Rabbit Field Utility (RFU) to install multiple boards during manufacturing.