This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bluetooth developer studio Plugin SDK 12.1.0

Hi, Do we have Blue tooth developer studio plug-in for generating code for SDK 12.0.0?

Parents
  • Hi,

    The last official release of the BDS-plugin was for SDK 11. You can get it to work with SDK 12, but it's not 100% compatible. Take a look at the infocenter page Bluetooth Developer Studio Example. Copy the plugin-folder(Nordic Semiconductor v1.2.2) to Bluetooth Developer Studio\Plugins.

    After you have created your services with BDS, copy the generated files to SDK_INSTALL_FOLDER\examples\ble_peripheral\experimental_bluetoothds_template

    Edit: app_trace was removed in SDK12. Attached is a new plugin service_template file where app_trace is removed, add it to

    Bluetooth Developer Studio\Plugins\Nordic Semiconductor v1.2.2
    

    service_if_template.c

  • I added a new service template plugin file, where app_trace is removed. The RAM settings are configured in Keil, and the default values for the project are correct. Start: 0x20002128 and size: 0xDED8. The API calls generated by the plugin should be compatible with SoftDevice S132 V3.

Reply
  • I added a new service template plugin file, where app_trace is removed. The RAM settings are configured in Keil, and the default values for the project are correct. Start: 0x20002128 and size: 0xDED8. The API calls generated by the plugin should be compatible with SoftDevice S132 V3.

Children
No Data
Related