Hi all,I would like to use a bootloader from last MatrixPilot package - ds30. In document I found that it needs a DTR line for reset. How to implement this bootloader for hardware from Nick - ARSOV UAV BOARD V1.1. Should it start working on power up? Or it will be work without DTR line only with switch reset on board? I'm working a lot with AVR's and PIC is somthing new for me.Regards,Jarek
Hi all,I would like to use a bootloader from last MatrixPilot package - ds30. In document I found that it needs a DTR line for reset. How to implement this bootloader for hardware from Nick - ARSOV UAV BOARD V1.1. Should it start working on power up? Or it will be work without DTR line only with switch reset on board? I'm working a lot with AVR's and PIC is somthing new for me.Regards,Jarek
--
--
Thank you all for answers.I will try to use the Ds30 in AUAV.Regards,Jarek
-----
--
You received this message because you are subscribed to the Google Groups "uavdevboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uavdevboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Nice to hear from you. I will try that when i have the time. Do my calculations look right to you?
Regards,
Kees
BUILD SUCCEEDED
--and--
Initiating write...
Searching for bl .
Found dsPIC30F4011 fw ver. 4.0.3
Waiting for the boot loader to be ready...ok
Parsing hexfile...
File timestamp: 7-2-2013 16:13:18
Opening hexfile...ok
Validating hexfile...ok
Hex file successfully parsed
Writing flash....ok
Tx 48,1kB / Rx 487 bytes / 7,6s
Write successfully completed
YES!
remember my comment:
- tip: test the serial connection using Hilsim (Status flags 010 when both RX and TX are working)
- For AUAV1: TX is LVTTL input, RX is TTL output.?
I was using a MAX232 on 3.3V, and it seemed to work with HILSIM, because I needed both RX and TX to get status 010.
Your code proved me wrong.
So, I placed a Level Converter (Sparkfun) on the TX wire of the MAX232 and powered that with 5V.
Solved!, thanks Robert & Mikael Gustavsson.
So it is important to use a serial port that can handle "TX is LVTTL input", "RX is TTL output" or add a single external Level Converter.
I read about a LVTTL aware FTDI running on 5V, I dont know if that's true?
Next I want to test RTS or DTR reboot and bootload without power-cycling the board.
I will cleanup my settings.inc and post it here soon. Also I would like to add the .hex file for ease of use. Then more testing.
Regards,
Kees
Op maandag 11 februari 2013 12:15:38 UTC+1 schreef Ansuz het volgende:
Regards,
GliderUav