Robotonics / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

Wrong amount of free bytes shown when uploading sketch #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start PinguinoX.2
2. Open and compile any (working) example (e.g. BlinkWithoutDelay)
3. Upload to Pinguino

What is the expected output? What do you see instead?

expected to see the actual free flash memory - 16384 ... 28672 bytes (depending 
on bootloader size???)

see: USB HID device found: 1610633216 bytes free

What version of the product are you using? On what operating system?

Board: PIC32-Pinguino-MX220
PinguinoX.2 IDE: rev293
OS: Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by ubannow on 5 Mar 2012 at 6:50

GoogleCodeExporter commented 9 years ago
This seems to relate to issue 3: "CDC.printf produces wrong results with any 
arguments outside the format string".

Original comment by ubannow on 5 Mar 2012 at 10:10

GoogleCodeExporter commented 9 years ago
The python uploader is under development. The actual bootloader is an old 
version which doesn't display the right memory size for MX220.
result of compilation is the good memory size info.

Original comment by jp.mandon@gmail.com on 5 Mar 2012 at 7:19

GoogleCodeExporter commented 9 years ago
As Jp Mandon told us, we need a new bootloader for PIC32MX220 boards.

Original comment by anunakin on 6 Mar 2012 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by rblanchot@gmail.com on 23 Apr 2013 at 7:04