This software is sample application of Sakura's MONOPLATFORM for Nucleo
.
We have checked the following devices.
- Nucleo F411RE
Download and Install CubeIDE
git clone https://github.com/sakura-internet/sipf-std-client_sample_nucleo.git
cd sipf-std-client_sample_nucleo
-
Open CubeIDE's
Import
dialog.
([File]-[Import\]
menu.) -
Select
Existing Projects into Workspace
and pushNext>
button. -
Select the git coloned directory and push
Finish
button.
This project included below applications.
You can select the application by selecting the C preprocessor macro.
application | MACRO | CubeIDE build configuration |
---|---|---|
TX(uplink) sample | SAMPLE_TX |
Debug-TX or Release-TX |
RX(downlink) sample | SAMPLE_RX |
Debug-RX or Release-RX |
FPUT(File upload) sample | SAMPLE_FPUT |
Debug-FPUT or Release-FPUT |
We have prepared MACRO defined build configuration for CubeIDE.
Select bulid configuration from [Project]-[Build Configurations]-[Set Active]
menu.