Need BLE UART Service (Standard_SDK example) in project_lp of AmebaD(8721D)

Hi,

I am using AmebaD(8721D) Dual core Microcontroller and Standard SDK with IAR EW IDE.
I am new to this development and I have few questions.

  1. I want to use project_lp with BLE and project_hp with WiFi-STA modes running at the same time. Is it possible?
  2. Is there any example for project_lp that how to configure BLE to run at this processor?
  3. Is there any example for Inter processor communication between project_lp and project_hp?
  4. I have seen Arduino with BLE UART Service and tested it and is working good. I want to achieve the same with Standard SDK and is there any Example to do this?

Thank you,
Naveen

You may want to go this GitHub repo for more details.

Hi Michael,

Thank you for your response.
I have been to this repo already! after that only I posted my questions.

  1. project_lp just initializes WDT and jump to project_hp. How can I configure BLE to run here?
  2. How to perform IPC. any example?
  3. BLE examples in the repo doesn’t contain BLE UART Service example. where can I get it?

Thank you,
Naveen