Search found 7 matches

by sekil
Fri Apr 03, 2020 11:21 am
Forum: WiPy and CC3200 boards
Topic: Wipy no float and math!
Replies: 20
Views: 108623

Re: Wipy no float and math!

I'm think this cpu (cortexm4) support hard floats..
And if enable floating - fw increased with 5k - im dont think this is bigger - i'm have 45k free ram..
And with this flags code decreased with 1 or 2kb..
Im dont know what this flags did.. :)
by sekil
Fri Apr 03, 2020 8:32 am
Forum: WiPy and CC3200 boards
Topic: CC3200 with 16mb flash
Replies: 3
Views: 35304

Re: CC3200 with 16mb flash

Yes - this is limit number of files in internal fs - if in flash number of files == 128 - uniflash cant write any new files to flash! [12:34:10] INFO: file start size fail total size filename [12:34:10] INFO: index block [BLKs] safe [BLKs] [12:34:10] INFO: -------------------------------------------...
by sekil
Fri Apr 03, 2020 6:38 am
Forum: WiPy and CC3200 boards
Topic: CC3200 with 16mb flash
Replies: 3
Views: 35304

Re: CC3200 with 16mb flash

No this not helping - board not booting.. I'm try research - if i'm increase block counts - fw try makes files in internal fs - and after index of file == 127 - board freezes, i'm think because this is limit to number of files in internal fs: from uniflash: [10:20:45] INFO: 121 257 1 no 1 blk103 [10...
by sekil
Thu Apr 02, 2020 3:11 pm
Forum: WiPy and CC3200 boards
Topic: Wipy no float and math!
Replies: 20
Views: 108623

Re: Wipy no float and math!

If ldflags dont have this flags : -mcpu=cortex-m4 -mtune=cortex-m4 - board freezes when using float numbers - why this flags not there?
by sekil
Thu Apr 02, 2020 3:09 pm
Forum: WiPy and CC3200 boards
Topic: CC3200 with 16mb flash
Replies: 3
Views: 35304

CC3200 with 16mb flash

Hi.

I'm change stock 1mb flash to 16mb - formated in uniflash with 16mb option - install micropython - all working..
i'm try change MICROPY_PORT_SFLASH_BLOCK_COUNT - large than 32 or 96 - try 128, 192, 160 - with all this board cant start - only working with 32 or 96 - why? where problem?
by sekil
Thu Mar 26, 2020 6:19 am
Forum: WiPy and CC3200 boards
Topic: Wipy no float and math!
Replies: 20
Views: 108623

Re: Wipy no float and math!

i'm only say that is possible to make fw with working floating and math.. And no need reinvent crutches for floating values.. And no official info about how compile floating support on this board - only "due to ram limitation... bla bla" - but this working and with 45kb ram - and we need change cfla...
by sekil
Wed Mar 25, 2020 12:13 pm
Forum: WiPy and CC3200 boards
Topic: Wipy no float and math!
Replies: 20
Views: 108623

Re: Wipy no float and math!

Hi all. I'm compile mycropython for cc3200 and floating support + math. Binary size = 194888 Ram free after loading fw - MicroPython v1.12 on 2020-03-25; LaunchPad with CC3200 Login as: micro Password: Login succeeded! Type "help()" for more information. >>> r = 234/1223 >>> print (r) 0.1913328 >>> ...