Other Parts Discussed in Thread: MATHLIB, SYSBIOS
Hi Teams,
1. I try to reCompile Lab0011 MRR beamsteering project
before doing this I had succeessful run based on TI prebuilt BIN code and did the field testing upto 120 Meter on vehicle
by verified with Matlab MRR visualizer tool
2. After reCompile on DSS and MSS codes and flashed to IWR1843BOOST completed
Got the result: It seems NOT working with MRR visualizer tool, NO any response on GUI screen
The working environment as followings,
- CCS 8.3.1
- SDK 3.5.0.4
- Automotive ToolBox 3.4.0
- Mathlib 3.1.2.1
- Sysbios 6.73.1.01
- XDC 3.50.8.24_core
- DSPLIB 3.4.0.0
- Project: Lab0011_mrr_beamsteering
- Hardware: IWR1843BOOST
3. By the way, I found the strange statement on compilation with error message
said "compile error in too few arguments in function call"
//* see at line 1129 in canfd.h, temporary I set the first argument value 0 instead
//canHandle = CANFD_init(&mcanCfgParams, &errCode); // original but error in few argument
canHandle = CANFD_init(0, &mcanCfgParams, &errCode); // replaced for compiling free
4. Any suggest?
Regards,
Kevin