ClientControl CYBT-353027-Eval won't launch ram

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JoSt_3481606
Level 4
Level 4
First like received

I am having a problem with my bluetooth module.  I am trying to use client control to launch a .hcd file from ram.  While I can get it to download, the launch ram command only seems to cause it reboot from whatever is in flash.

I can program the board from wiced studio and have successfully built hello sensor as sell as hal.gpio.  For my application I need to boot the firmware from the hci port.  I have 2 programs that work so I wanted to test using client control.  If I install hal.gpio in wiced studio, and then use client control to upload hello.sensor, it just boots hal.gpio .  This is confirmed by monitoring the puart.

Has anyone gotten this module to launch firmware from ram?

I also found another issue too in that if I tried to install hello sensor from wiced studio which works and then try to load hello sensor.hcd to ram using client control, the board ends up corrupted.

How is the hciuart firmware upload doing that?

0 Likes
2 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Did you build the project with make target command DIRECT_LOAD=1, such as: demo.ams-CYW920706WCDEVAL DIRECT_LOAD=1 build

0 Likes

Yes.

0 Likes