This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F,编译不报错,但是无法获取蓝牙服务



使用从机5.0工程添加应用程序,使用外设spi、i2C、watchdog、uart、

编译后程序占用空间如下

  101 543 bytes of readonly  code memory
   14 048 bytes of readonly  data memory
   14 198 bytes of readwrite data memory

Errors: none
Warnings: none

1、使用此程序,主机连接从机后,无法获取从机的服务,但是程序运行正常,运行灯闪烁正常

2、在 1 占用空间的基础上继续添加程序(116 xxx Bytes),下载至芯片中复位无法启动,使用IAR仿真调试,可正常运行

3、当对应用程序进行删减后,使readonly  code memory在 97 xxxbytes时可正常通信(android可连接,ios不可连接)

4、占用空间在80 xxx Bytes时,ios,Android均可连接

请问有可能是哪方面的影响(和广播包有关系吗)