Silvergaucho

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: nrf52832 SDK Version problem? #7690
    Silvergaucho
    Participant

    Hei Bazis,

     

    any news on this?

     

    Thanks

    in reply to: nrf52832 SDK Version problem? #7677
    Silvergaucho
    Participant

    Hei Bazis,

     

    I tried to compile and run your bsp generator.

    Unfortunately, It crashes immediately. I’m on Windows 10 and VS2015.

    I run:

    nrf5x.exe e:\NordicSDK\nRF52_SDK_11.0.0

    and I receive:

    System.NullReferenceException:
    in BSPGenerationTools.MCUFamilyBuilder..ctor(BSPBuilder bspBuilder, FamilyDefinition definition) in \BSPTools-master\libraries\BSPGenerationTools\BSPGeneratorTools.cs:row 227
    in nrf5x.Program.Main(String[] args) in \BSPTools-master\generators\nrf5x\Program.cs:row 241

     

    in reply to: JLink no more breakpoints available #7625
    Silvergaucho
    Participant

    Problem solved.

     

    There was a breakpoint during debug pointing to main function and causing to create thousands of breakpoints.

    Eliminated and restardted debug. All is ok.

    I’m using latest alpha version.

    in reply to: nrf52832 SDK Version problem? #7622
    Silvergaucho
    Participant

    Thanks Bazis.

    I will give it a try!

    in reply to: nrf52832 SDK Version problem? #7589
    Silvergaucho
    Participant

    Hei Bazis,

    directory structure is slightly different between Nordic and your BSP. Should we copy & paste just the components folder?

    I think most important folder is components which contains libraries but..

    aht happens if “Device Definitions” and “startUpFiles” changes from the Nordic side?

    Which version of the SDK is now implemented when downloading the nrf52832 pack?

     

    Thanks.

    in reply to: mbed library #7528
    Silvergaucho
    Participant

    Bazis,

    1) we have downloaded the new version as you suggested
    2) created a new project as described in your blog post with target nrf51822
    3) created a very simple led blinking project:

    #include <mbed.h>

    DigitalOut g_LED(LED1);

    int main()
    {
    for (;;)
    {
    g_LED = 1;
    wait_ms(500);
    g_LED = 0;
    wait_ms(500);
    }
    }

    When we launch debug, we get this error from the GDB Session panel:

    Cannot resolve the address of _estack. Skipping stack pointer validity check.

    (Same board is used with normal(without mbed) nrf51822 board and everything works as expected)

    And everything seems to be frozen. No breakpoints working.

    Is maybe a mistake of us?
    Another question is that it seems nrf52832 is not supported using mbed…is there a workaround?

    Thanks a lot

    in reply to: mbed library #7509
    Silvergaucho
    Participant

    I really think will be a big boost for visualGDB adoptions

    in reply to: mbed library #7505
    Silvergaucho
    Participant

    OK,

    good waiting for that.

    What I want to realize is:

    nrf52 + mbed + visualGDB debugging

     

     

    in reply to: mbed library #7488
    Silvergaucho
    Participant

    hei Bazis,

    Thank you for the answer.

     

    Have u got a release date?

    Which version of the mbed libraries are you going to support?

    Thanks

     

Viewing 9 posts - 1 through 9 (of 9 total)