thirtythreeforty / bullycpp

A Bully Bootloader PC driver program
GNU General Public License v3.0
12 stars 6 forks source link

Problem programming dsPIC33EP512GP504 #21

Closed Keritan closed 7 years ago

Keritan commented 8 years ago

After creating a new device in the config bits file and giving the project the correct linker files, I cannot load a program onto this pic using bullycpp. Any kind of help if useful.

thirtythreeforty commented 8 years ago

Hello! So after adding the config line, are you providing it to the program via a rebuild or via --piclist?

At what point does the process fail?

Keritan commented 8 years ago

I am applying it via a rebiild. When I try to load a program on the pic, it gives me an error message saying serial timeout has occurred.

On Oct 10, 2016 12:32 PM, "George Hilliard" notifications@github.com wrote:

Hello! So after adding the config line, are you providing it to the program via a rebuild or via --piclist?

At what point does the process fail?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thirtythreeforty/bullycpp/issues/21#issuecomment-252687201, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUi_2GyOVoF3H9Heb1vRw412Dh0a6-8ks5qyna6gaJpZM4KSMCu .

thirtythreeforty commented 8 years ago

Hmm. That suggests the bootloader isn't running... You've already burned the bootloader using a PICkit?

Can the legacy bootloader application communicate with the part?

Keritan commented 8 years ago

Yes I did burn the bootloader using the PICkit and I am not sure if the part can communicate with the legacy bootloader application. Where can I find that?

On Oct 10, 2016 2:31 PM, "George Hilliard" notifications@github.com wrote:

Hmm. That suggests the bootloader isn't running... You've already burned the bootloader using a PICkit?

Can the legacy bootloader application communicate with the part?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thirtythreeforty/bullycpp/issues/21#issuecomment-252724579, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUi_zlxQB2Kp3HGfWC_Pgjehd74IMo4ks5qypJ5gaJpZM4KSMCu .

thirtythreeforty commented 8 years ago

Hey sorry for the radio silence... The legacy application is available on reesemicro.com, as part of their code tarball.

thirtythreeforty commented 7 years ago

Did you figure this out?

Keritan commented 7 years ago

I did not. I apologize for not responding. Got busy with something else dealing with the project.

On Nov 8, 2016 11:47 AM, "George Hilliard" notifications@github.com wrote:

Did you figure this out?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thirtythreeforty/bullycpp/issues/21#issuecomment-259207442, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUi_4KtLu3lYyDWeDJK8CPlP72XGmP7ks5q8LW0gaJpZM4KSMCu .

thirtythreeforty commented 7 years ago

I'm gonna close this but feel free to reopen it if you still need help.