-
1. Re: Build error: cy_boot and clock error
user_478787221 Dec 19, 2017 9:52 AM (in response to user_478787221)A couple more questions. The device I am targeting is CYBLE-214009-00. I am curious because the table says this supports only BLE version 4.1, but still BLE version 4.2 is showing up under components tab. There is a CYBLE-214015-01 which is BLE component version 4.2 compatible. but I would rather not use this part due to its lack of availability. I am assuming that the complaint of cy_boot_v4_20 is coincidental with the use of BLE component 4.20, as these are completely different things.
-
2. Re: Build error: cy_boot and clock error
e.pratt_1639216 Dec 19, 2017 1:34 PM (in response to user_478787221)Can you use the LF_CLK for other things? Or is it complaining when trying to use it for BLE only?
(It could be that Cypress failed to filter the BLE v4.2 from being available/usable)
-
3. Re: Build error: cy_boot and clock error
user_478787221 Dec 19, 2017 2:04 PM (in response to e.pratt_1639216)(It could be that Cypress failed to filter the BLE v4.2 from being available/usable)
Yes, but I get the same complaint when I point to a BLE v4.2 capable device??
Is the cy_boot the same thing as the radio ble?
-
4. Re: Build error: cy_boot and clock error
user_478787221 Dec 19, 2017 2:18 PM (in response to e.pratt_1639216)I’m noticing that the Design Wide Resource indicator is grayed out with a question mark next to it. Do you know what that means
-
image001.png 18.1 K
-
-
5. Re: Build error: cy_boot and clock error
e.pratt_1639216 Dec 20, 2017 6:25 AM (in response to user_478787221)cy_boot is different than the radio BLE; Each one has it's own version. Afaik, the cy_boot is the code that handles interfacing commands/instructions to the underlying ARM chip, and the BLE component is responsible for handling the bluetooth stack/apis/profiles.
Potentially try cleaning, then rebuilding the whole project?
Otherwise, you could messing with the project files to get it to reload the files that are causing issues:
- Create a new project from scratch and see if that causes the same issue
- Delete the offending files, and then reload and try to rebuild the project
-
6. Re: Build error: cy_boot and clock error
e.pratt_1639216 Dec 20, 2017 6:26 AM (in response to user_478787221)No idea; Haven't seen it before. It might be a PSoC Creator version mismatch issue, or missing/corrupted project files, or corrupted/missing installation files?
-
7. Re: Build error: cy_boot and clock error
user_478787221 Dec 20, 2017 8:02 AM (in response to e.pratt_1639216)This was a problem of my own making. I tried renaming files within Windows Explorer, rather than within PSOC creator, and I guess I missed a few.
Thanks
Jim