-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Newer Chip? #24
Comments
I've a CC2541 dev kit and jtag debugger. but not able to install boost and cc-tool on my apple m1. Till now i have installed sdcc for compiling. You can help me. |
@gaurav3015 My runtime environment was Linux (Ubuntu 16.04) not Apple M1. I think that the best bet is building from source for Boost and then try to install CC-Tool. |
Thankfully i did the same. do you happend to know any lib or git where i can get basic example codes for cc2541? |
I see. I haven't used CC2541. Have you searched in GitHub? This is my search result. The first one looks good though used in Windows OS. My chip set was CC2652 and we stopped the task in summer 2021. |
last night i tried to flash cc2541 using cc-tool with an ledblink program. But even sinced i flashed it cc-debugger started showing RED led. I tried pressing reset, replacing cable, connect cable with 180 flip, also it shows GREEN led when connected to CC2540 USB sniffer stick. |
@gaurav3015 It looks like your flashing didn't go through. Is there way to flash again? If not, you may want to open new Issue in this repository. |
@cloudlakecho im highly doubting that i have flashed into the bootloader space. and may be that's why ever since then board it not detecting to 'cc-tool -t' command. |
@gaurav3015 Thanks for sharing current situation. I don't have another guess. Have you consider contact Texas Instruments? I remember they had software package. |
Thank you @cloudlakecho, Will be posting issue on TI's e2e forum as you suggest. |
This isn't an issue. I like to receive some advices on current software modification.
First of all, thanks for putting the code in GitHub.
We have the Texas Instrument chip model CC2652. I noticed that the CC-Tool version 0.26 supported up to the CC2545.
Is there way to support newer chips like the CC2652 by modifying the existing code? If yes, which sections of code need to be changed?
Thanks.
The text was updated successfully, but these errors were encountered: