You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm am prototyping a new board with the Fubarino Mini 2.0. Both the Fubarino Mini 2.0 web page and the Microchip Direct web page indicate that the board has a PIC32MX250F128D-50I/ML while the actual physical board in my possession and the linker scripts selected in the boards.txt file are for the PIC32MX270F256.
excerpt from boards.txt:
# Fubarini Mini v2.0
fubarino_mini_20.ccflags=-Map="map.map"
fubarino_mini_20.ldscript=chipKIT-application-32MX270F256.ld
I actually noticed the discrepancy when building the project and seeing that the Maximum program space didn't match the PIC32MX250F128D:
Sketch uses 29916 bytes (12%) of program storage space. Maximum is 245760 bytes.
Global variables use 7752 bytes (12%) of dynamic memory, leaving 55736 bytes for local variables. Maximum is 63488 bytes.
Copyright: (C) 2011-2015 Serge Vakulenko
2016-2017 Majenko Technologies
Programmer for Microchip PIC32 microcontrollers, Version 2.1.46
Adapter: STK500v2 Bootloader
Program area: 1d000000-1d1fffff
Processor: Bootloader
Flash memory: 2048 kbytes
Boot memory: 80 kbytes
Data: 31220 bytes
Erase: done
Program flash: .................................################################## done
Verify flash: .................................################################# done
Program rate: 6371 bytes per second
And a picture of the chip on my board:
The text was updated successfully, but these errors were encountered:
So v1.5 is the 250 and v2.0 is the 270, the manual doesn't really make that clear either, but I get it. Just adding a note here in case you want to fix it.
I'm am prototyping a new board with the Fubarino Mini 2.0. Both the Fubarino Mini 2.0 web page and the Microchip Direct web page indicate that the board has a PIC32MX250F128D-50I/ML while the actual physical board in my possession and the linker scripts selected in the boards.txt file are for the PIC32MX270F256.
excerpt from boards.txt:
I actually noticed the discrepancy when building the project and seeing that the Maximum program space didn't match the PIC32MX250F128D:
And a picture of the chip on my board:
The text was updated successfully, but these errors were encountered: