Hi,
thanks, the solution was almost as you write:
- When creating new project, download nrf51 legacy BSP. I don’t understand how it is possible that my installation of VisualGDB removed support of nrf51 (I didn’t do it, when any update message from VisualGDB shows I cancel it). Please don’t do updates of VisualGDB which affects current projects of your users.
- Open nrf5x.xml file of new project. There is line <BspID>com.sysprogs.arm.nordic.nrf5x-legacy</BspID>. In my nrf51 projet, there is <BspID>com.sysprogs.arm.nordic.nrf5x</BspID>. So add “-legacy” to it.
- It works!