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

Error during run: "invalid ASCII encoded byte:line 1"

Hi, 

I am receiving the same error this guy was: "https://devzone.nordicsemi.com/f/nordic-q-a/28724/sdk-for-mesh-v1-0-0-with-ses-invalid-ascii-encoded-byte-line-1" and am posting this question because the previous ticket was not closed (doesn't have a definite answer.) 

I checked my RAM and FLASH start addresses like the comments in ^ suggested... I am sure my configurations and paths are in place. I am using SDK 15.2 (when I build/run my project in SDK 15.3 it gives same error), and embedded studio. 
What does this error mean and how do I resolve it? 

Thank you 

Parents
  • Hi

    The post you are linking to is working with the mesh SDK, which is rather different from the "regular" SDK 15.3, which is why the fix you are implementing won't work. 

    This post suggests modifying the path to include the SoftDevice properly, could you take a look and see if that solves the problem?

    Best regards,

    Simon

  • No , adding $(ProjectDir)/ in front of my path does not clear the error. 
    I change my softdevice path to $(ProjectDir)/../../../../../../components/softdevice/s132/hex/s132_nrf52_6.1.0_softdevice.hex"
    The hex softdevice I'm loading is the one in the components folder and not the one in the project folder... 

    Is there somewhere else I need to add the softdevice? 

    Also, does it matter if my project was first built in another version of SDK but now I"m trying to run in SDK 15.2? 
    I downloaded this project from github so I 'm not sure which sdk it was built in 

    thank you! 


Reply
  • No , adding $(ProjectDir)/ in front of my path does not clear the error. 
    I change my softdevice path to $(ProjectDir)/../../../../../../components/softdevice/s132/hex/s132_nrf52_6.1.0_softdevice.hex"
    The hex softdevice I'm loading is the one in the components folder and not the one in the project folder... 

    Is there somewhere else I need to add the softdevice? 

    Also, does it matter if my project was first built in another version of SDK but now I"m trying to run in SDK 15.2? 
    I downloaded this project from github so I 'm not sure which sdk it was built in 

    thank you! 


Children
No Data
Related