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

ble_app_uart_error

hello all,

i am trying to add ble app uart feature in other ble app project. so  i am trying to change those defines variable, NRF_SDH_BLE_GATT_MAX_MTU_SIZE &  NRF_SDH_BLE_VS_UUID_COUNT  as per reference from ble_app_uart  project. so i am getting error if i try tochange those variables.

defines variable -

error 1 if try to change NRF_SDH_BLE_GATT_MAX_MTU_SIZE 

error 2 if try to change NRF_SDH_BLE_VS_UUID_COUNT  

 

Parents
  • Hi, 

    You should refer to the error log to change the RAM start address via right-click on the Project -> Common -> Linker -> Section Placement Macros. According to error 1 log, you need to change the RAM start address to 0x20002AC8. After that and modify NRF_SDH_BLE_VS_UUID_COUNT to 1, the log will indicate you to change the RAM start address to 0x20002AD8. 

    -Amanda H.

Reply
  • Hi, 

    You should refer to the error log to change the RAM start address via right-click on the Project -> Common -> Linker -> Section Placement Macros. According to error 1 log, you need to change the RAM start address to 0x20002AC8. After that and modify NRF_SDH_BLE_VS_UUID_COUNT to 1, the log will indicate you to change the RAM start address to 0x20002AD8. 

    -Amanda H.

Children
Related