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

Does using pca10028 BSP for a diffrent custom board cause application not work?

I am runing the example on custom board 16k ram, i have configured the linker file correctly as shown below. but all the ble_peripheral application doesnt run (not advertising) after flash. But this examples work find on my other board pca10028 , ram 32k. I dint modify the BSP for the customboard in the application.But i ignored it because am only focusing on the BLE application running only not abt bsp(led,button) Is my problem due to the different BSP that the examples are not working or is it another problem ? Am using s130.

Edited: I MODIFIED the linker file : MEMORY { FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000 RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0x1F80 }

what else do i have to change , so i can run the example on my custom board ?

Related