This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52810 central iimplementation

I want to implement CENTRAL using nRF52810.

To implement the central, the softdevice must be s132 but I am not familiar with the softdevice concept.

Until now, the softdevice has only operated peripheral with s112.

How do I implement nRF52810 as s132 for softdevice?

Thank you.

Parents Reply
  • Change the device name in your emproject

    <project Name="ble_app_uart_pca10040_s132">
    <configuration
    Name="Common"
    arm_architecture="v7EM"
    arm_core_type="Cortex-M4"
    arm_endian="Little"
    arm_fp_abi="Hard"
    arm_fpu_type="FPv4-SP-D16"
    arm_linker_heap_size="8192"
    arm_linker_process_stack_size="0"
    arm_linker_stack_size="8192"
    arm_linker_treat_warnings_as_errors="No"
    arm_simulator_memory_simulation_parameter="RWX 00000000,00100000,FFFFFFFF;RWX 20000000,00010000,CDCDCDCD"
    arm_target_device_name="nRF52810_xxAA"    //Over here
    arm_target_interface_type="SWD"

Children
No Data
Related