Hi there,
I am new to the embedded systems and low power applications field, a month experience :-).
I am trying to port SimpliciTI to a board based on CC2530 + CC2591
http://www.uconnect.com.tw/ZMH.html
There is no support from the boards company, and I have to use their boards because they are the only available for now.
I have experience with CC2510 mini development kit, and developed many applications on it using the SMPL_LINK example IDE on IAR by only changing the application file.
Using that application, I have replaced all the required SimpliciTI stack files for the CC2530EM board , the preprocessor directories, and the MCU files then wrote an application for controlling a LED. (testing software). I've found that there is no smartrf file for the CC2530 in the stack, and I am facing building errors for SFR identifiers and the "uint_16" identifiers, and errors concerning the smartRF file, which doesn't exist for CC2530 in the simpliciTI stack I've tried to include the files defining the required identifiers directly but the same errors happened.
When I was using CC2510 there is documentation for nearly everything I needed. Now, I am facing this alone.
I've read some posts about the problems of porting SimpliciTI to CC2530 and CC2591 combination, but now all I am testing are hardware issues.
Any Help ?