2021-10-17 01:17 AM
Hi. i'm beginner this field and researching for UWB system. so i bought the decawave product to get channel impulse response raw data.
Decawave provides an example, and the example is executed on stm32cubeide. so i installed some software and use the ST-LINK/V2. and i was succeed "main.c" debug.
By the way, i want to running the example "ex_02c_main.c" It's included in the src. but i don't know how to run. only run the "main.c"
i want to test my example. how to run??
2021-10-17 02:27 AM
You work with project, names of files is irelevant. Files can be excluded from build then you can switch between more files with for example same named functions.
Or your main function can call main1 main2 usw. Your choice.