Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jackie

#1
On my 5D3 1920X818 with SanDisk Extreme 500 frames before and now is it 700+ frames so it work realy great :)
#2
Quote from: RenatoPhoto on May 22, 2013, 01:27:25 AM
PicocC has to be disabled in Makefile.user

CONFIG_PICOC = n

Also make clean before you make
Thank you it works after disabling the picoc lovely :)
#3
Hello guys I have a litle problem when i want to compile normal nightly build everything is ok but when I enable TCC modules and memcheck in the makefile it end up like this and I think I have all the software updated to its newest versions any idea where is the problem ? I´m using gcc-arm-none-eabi-4_7-2013q1 and cygwin thanks in advance for any advice ;)


Jackie@JACKIE-NTB ~
$ cd c:/cygwin/home/jackie/magic-lantern/platform/5D3.113

Jackie@JACKIE-NTB /home/jackie/magic-lantern/platform/5D3.113
$ make clean && make
[ CLEAN    ]   clean
[ CLEAN    ]   clean
[ CPP      ]   magiclantern.lds
~/gcc-arm-none-eabi-4_7-2013q1/bin/arm-none-eabi-gcc-4.7.3.exe    -c -o ../../src/entry.o ../../src/entry.S
[ AS       ]   ../../platform/5D3.113/stubs.o
echo 'const char build_version[] = "v2.3.NEXT.2013May22.5D3113";' > ../../platform/5D3.113/version.c
echo 'const char build_id[] = "'`hg id`'";' >> ../../platform/5D3.113/version.c
echo 'const char build_date[] ="'`date -u "+%Y-%m-%d %H:%M:%S"`'";' >> ../../platform/5D3.113/version.c
echo 'const char build_user[] = "'`whoami`@`hostname`'";'  >> ../../platform/5D3.113/version.c
[ CC       ]   version.o
[ CC       ]   boot-hack.o
[ CC       ]   ico.o
[ CC       ]   edmac.o
[ CC       ]   menu.o
[ CC       ]   debug.o
../../src/debug.c:4599:12: warning: 'zoom_in_pressed' defined but not used [-Wunused-variable]
[ CC       ]   cfn.o
[ CC       ]   gui.o
[ CC       ]   picstyle.o
[ CC       ]   exmem.o
[ CC       ]   bmp.o
[ CC       ]   font-dyn.o
[ CC       ]   config.o
[ CC       ]   stdio.o
[ CC       ]   bitrate-5d3.o
[ CC       ]   tweaks.o
[ CC       ]   lens.o
[ CC       ]   property.o
[ CC       ]   propvalues.o
[ CC       ]   gui-common.o
[ CC       ]   chdk-gui_draw.o
[ CC       ]   movtweaks.o
[ CC       ]   menuhelp.o
[ MENU IDX ]   menuindexentries.h
No menuindex.txt not running "python2 menuindex.py"
[ CC       ]   menuindex.o
[ CC       ]   focus.o
[ CC       ]   notify_box.o
[ CC       ]   dialog_test.o
[ CC       ]   vram.o
[ CC       ]   aj_port.o
[ CC       ]   fps-engio.o
[ CC       ]   shoot.o
[ CC       ]   hdr.o
[ CC       ]   lv-img-engio.o
[ CC       ]   state-object.o
[ CC       ]   tasks.o
[ CC       ]   beep.o
[ CC       ]   vsync-lite.o
[ CC       ]   tskmon.o
[ CC       ]   battery.o
[ CC       ]   imgconv.o
../../src/imgconv.c: In function 'yuv411_to_rgb':
../../src/imgconv.c:189:16: warning: unused variable 'c' [-Wunused-variable]
[ CC       ]   histogram.o
[ CC       ]   falsecolor.o
[ CC       ]   audio-ak.o
[ CC       ]   zebra.o
[ CC       ]   video_hacks.o
[ CC       ]   fio-5d3.o
[ CC       ]   misc.o
[ CC       ]   ph_info_disp.o
[ CC       ]   flexinfo.o
[ CC       ]   afma.o
[ CC       ]   raw.o
[ CC       ]   chdk-dng.o
[ CC       ]   edmac-memcpy.o
../../src/edmac-memcpy.c: In function 'edmac_memset':
../../src/edmac-memcpy.c:145:5: warning: passing argument 1 of 'memset' makes pointer from integer without a cast [enabled by default]
In file included from ../../src/edmac-memcpy.c:2:0:
../../src/dryos.h:56:15: note: expected 'void *' but argument is of type 'long unsigned int'
../../src/edmac-memcpy.c:148:5: warning: passing argument 1 of 'edmac_copy_rectangle_adv_start' makes pointer from integer without a cast [enabled by default]
../../src/edmac-memcpy.c:46:7: note: expected 'void *' but argument is of type 'long unsigned int'
../../src/edmac-memcpy.c:148:5: warning: passing argument 2 of 'edmac_copy_rectangle_adv_start' makes pointer from integer without a cast [enabled by default]
../../src/edmac-memcpy.c:46:7: note: expected 'void *' but argument is of type 'long unsigned int'
../../src/edmac-memcpy.c:157:9: warning: passing argument 1 of 'memset' makes pointer from integer without a cast [enabled by default]
In file included from ../../src/edmac-memcpy.c:2:0:
../../src/dryos.h:56:15: note: expected 'void *' but argument is of type 'long unsigned int'
[ CC       ]   asm.o
../../src/asm.c: In function 'seems_to_be_string':
../../src/asm.c:22:15: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
../../src/asm.c: In function 'asm_guess_func_name_from_string':
../../src/asm.c:36:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[ CC       ]   memcheck.o
../../src/memcheck.c: In function 'memcheck_add':
../../src/memcheck.c:98:46: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
../../src/memcheck.c: In function 'memcheck_malloc':
../../src/memcheck.c:141:29: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
../../src/memcheck.c:149:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../../src/memcheck.c:159:5: warning: return makes pointer from integer without a cast [enabled by default]
../../src/memcheck.c: In function 'memcheck_free':
../../src/memcheck.c:193:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
../../src/memcheck.c:207:9: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
../../src/memcheck.c:207:9: warning: passing argument 1 of 'free' makes pointer from integer without a cast [enabled by default]
../../src/memcheck.c:207:9: note: expected 'void *' but argument is of type 'unsigned int'
../../src/memcheck.c: In function 'memcheck_main':
../../src/memcheck.c:231:25: warning: initialization makes integer from pointer without a cast [enabled by default]
[ CC       ]   console.o
[ CC       ]   pico.o
In file included from ../../picoc/pico.c:1:0:
../../picoc/platform.h:68:0: warning: "malloc" redefined [enabled by default]
In file included from ../../picoc/../src/dryos.h:633:0,
                 from ../../picoc/platform.h:33,
                 from ../../picoc/pico.c:1:
../../picoc/../src/memcheck.h:10:0: note: this is the location of the previous definition
In file included from ../../picoc/pico.c:1:0:
../../picoc/platform.h:71:0: warning: "free" redefined [enabled by default]
In file included from ../../picoc/../src/dryos.h:633:0,
                 from ../../picoc/platform.h:33,
                 from ../../picoc/pico.c:1:
../../picoc/../src/memcheck.h:11:0: note: this is the location of the previous definition
In file included from ../../picoc/pico.c:13:0:
../../picoc/pico.c: In function 'PlatformExit':
../../picoc/platform_ml.c:62:1: warning: 'noreturn' function does return [enabled by default]
[ CC       ]   picoc.o
[ CC       ]   chdk-gui_script.o
[ CC       ]   tcc-glue.o
../../src/tcc-glue.c: In function 'tcc_compile_and_run':
../../src/tcc-glue.c:34:9: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
../../src/tcc-glue.c:39:11: warning: 'main' is usually a function [-Wmain]
../../src/tcc-glue.c:66:9: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
../../src/tcc-glue.c: In function 'open':
../../src/tcc-glue.c:146:5: warning: passing argument 2 of 'FIO_GetFileSize' from incompatible pointer type [enabled by default]
In file included from ../../src/tcc-glue.c:9:0:
../../src/dryos.h:532:1: note: expected 'uint32_t *' but argument is of type 'unsigned int *'
../../src/tcc-glue.c: In function 'read':
../../src/tcc-glue.c:179:5: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [enabled by default]
In file included from ../../src/tcc-glue.c:9:0:
../../src/dryos.h:549:1: note: expected 'const void *' but argument is of type 'long unsigned int'
../../src/tcc-glue.c: In function 'close':
../../src/tcc-glue.c:187:5: warning: passing argument 1 of 'free_dma_memory' makes pointer from integer without a cast [enabled by default]
In file included from ../../src/tcc-glue.c:9:0:
../../src/dryos.h:558:1: note: expected 'const void *' but argument is of type 'int'
../../src/tcc-glue.c: In function 'fputc':
../../src/tcc-glue.c:240:1: warning: number of arguments doesn't match built-in prototype [enabled by default]
../../src/tcc-glue.c: In function 'tcc_compile_and_run':
../../src/tcc-glue.c:78:8: warning: 's' may be used uninitialized in this function [-Wuninitialized]
[ CC       ]   tcc-gui.o
[ CC       ]   script_lib.o
make -C ../../tcc
make[1]: Entering directory `/home/jackie/magic-lantern/tcc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jackie/magic-lantern/tcc'
[ CC       ]   module.o
[ AR       ]   strrchr.o
[ AR       ]   dietlibc.a
[ AR       ]   lib_a-setjmp.o
[ AR       ]   newlib-libc.a
[ LD       ]   magiclantern
tcc-gui.o: In function `handle_picoc_keys':
tcc-gui.c:(.text+0x518): multiple definition of `handle_picoc_keys'
picoc.o:picoc.c:(.text+0x660): first defined here
tcc-gui.o: In function `script_setup_param':
tcc-gui.c:(.text+0x5c8): multiple definition of `script_setup_param'
picoc.o:picoc.c:(.text+0x72c): first defined here
tcc-gui.o: In function `script_reset_params':
tcc-gui.c:(.text+0x620): multiple definition of `script_reset_params'
picoc.o:picoc.c:(.text+0x784): first defined here
tcc-gui.o: In function `script_open_submenu':
tcc-gui.c:(.text+0x9a8): multiple definition of `script_open_submenu'
picoc.o:picoc.c:(.text+0xb0c): first defined here
tcc-gui.o: In function `script_setup_title':
tcc-gui.c:(.text+0xa28): multiple definition of `script_setup_title'
picoc.o:picoc.c:(.text+0xb8c): first defined here
tcc-gui.o: In function `script_key_dequeue':
tcc-gui.c:(.text+0xa5c): multiple definition of `script_key_dequeue'
picoc.o:picoc.c:(.text+0xbc0): first defined here
tcc-gui.o: In function `script_key_enqueue':
tcc-gui.c:(.text+0xa9c): multiple definition of `script_key_enqueue'
picoc.o:picoc.c:(.text+0xc00): first defined here
tcc-gui.o:(.bss+0x4): multiple definition of `script_stop_requested'
picoc.o:(.bss+0x4): first defined here
dietlibc.a(vsscanf.o): In function `vsscanf':
vsscanf.c:(.text+0x5c): warning: warning: the scanf functions add several kilobytes of bloat.
dietlibc.a(sprintf.o): In function `sprintf':
sprintf.c:(.text+0x14): warning: warning: Avoid *sprintf; use *snprintf. It is more secure.
collect2.exe: error: ld returned 1 exit status
../../Makefile.inc:562: recipe for target `magiclantern' failed
make: *** [magiclantern] Error 1
#4
Some more data from me still using 5D3 + Sandisk Extreme 32GB
Random buffer size experiment
ML v2.3.NEXT.2013May18.5D3113, 425a8abeb7ef+ (unified) tip
Mode: playback, Global Draw: ON
CF SanDisk SanDisk SDCFX-032G                     
19658678 605
18380800 650
17340928 586
23952298 616
21052573 590
20265691 629
18969258 566
19429444 617
22568362 596
20948187 643
17175491 647
16087461 645
23347456 604
24939613 567
18817297 611
18395204 584
18984413 615
19555805 621
21178368 650
19641480 582
20759000 649
20418706 607
18059605 602
21330707 504
18270958 650
17141696 610
19293320 587
20579693 584
18394658 631
24481450 576
21150798 579
23969706 586
19360841 613
17507776 646
17413481 613
19775122 646
20101266 616
19025783 647
19643245 581
21778195 611
20650934 645
19489314 643
16797824 645
19026875 621
17474048 625
17203264 653
14795398 606
21735660 618
21743852 552
19922797 647
18626013 594
19820982 649
21035480 611
19362962 613
21580721 607
17978944 597
22444740 638
20778062 578
17028096 616
19742993 558
18191291 618
19221913 610
20663374 599
18904200 616
20999010 565
20672984 609
21149459 613
17845632 647
19305198 579
21612307 609
19029742 560
23326720 648
18633386 640
14747540 630
25976087 646
18128622 632
19395072 610
20776960 594
17463424 642
18005879 618
21166552 575
18263927 599
16282864 612
15077432 577
18140296 598
20769161 617
24568273 587
21910449 602
16872000 607
21254582 585
18098790 635
19847753 574
19286601 647
22405717 582
17390848 634
20409929 606
17167552 653
22445843 536
20894404 628
18154632 600
20731667 622
18477056 580
20429019 623
20455424 491
17980893 614
19357915 579
19720118 528
22759338 604
19762907 575
21486592 628
18474666 602
18380800 644
18326050 589
22034432 634
18582016 597
19312274 596
16658672 598
24673280 642
19257417 608
17206452 627
21447916 645
21283367 617
20818651 632
22053888 648
20908189 642
20035072 630
22771200 614
17075136 581
18194158 599
19230720 550
17494859 650
19513344 591
18530030 652
19740233 616
17660544 618
20131620 579
16528685 601
19780534 618
16356465 569
15984579 610
21678946 561
21931008 658
19464411 562
17207040 647
18144187 583
22443008 637
18182963 585
23053141 609
19081011 605
21647753 627
17257592 615
20208128 604
18971101 614
20670829 648
22465450 647
16696621 602
22906453 650
15410574 553
23292245 647
22494444 584
18443537 651
16760350 555
17409856 657
17086272 551
20784128 642
19021414 605
20375917 629
19324562 597
18178798 616
20763175 577
19811401 608
22491818 610
21052258 654
17163136 594
18599321 576
24436829 615
21636804 617
16757157 585
19257563 574
16355498 638
21410343 615
17238848 615
20969550 617
22993749 490
26039668 620
21694542 618
22740736 577
18200849 555
17986082 614
22596096 597
22597632 576
16850880 560
21061632 607
20200740 616
18297992 611
15350442 593
19666139 605
20479488 556
21049028 632
17592832 614
18498560 599
23916373 616
16966716 602
24498548 648
19913069 612
17112896 627
18073736 579
20703305 616
19529947 614
16139832 537
21389677 612
15210609 582
18386124 612
20797912 603
18042333 614
20200228 646
16986834 599
16350930 630
18752716 580
19870646 583
18765277 615
20266276 614
16805440 609
18468522 583
19751526 615
16808658 577
17225856 589
18710664 613
22235687 587
17022464 603
19337966 623
19922285 624
21200344 624
19339195 622
16378458 612
22482432 583
17020566 616
20719689 598
19567396 644
19663725 600
17229504 634
18157909 584
16890816 644
19871012 614
18312942 618
18057536 574
18767735 650
19317623 572
16161249 609
19033497 604
18595635 613
18354517 595
20451766 628
18724454 585
18148420 634
20623872 617
21233112 616
19963026 552
16589402 615
17127296 599
21444135 615
23314688 632
24036778 577
25271668 629
20493092 506
22495783 622
18800913 577
20963254 560
15868988 602
15132956 588
19033907 600
21011534 614
19570395 584
16961664 605
23036757 618
19207714 612
22032462 568
19468800 626
20046921 569
18255257 595
21921949 613
19305608 587
19908169 590
22243091 616
15968918 610
23794688 571
17985536 607
15818482 606
23411456 611
21061266 521
19677622 626
22889898 621
19544576 584
21162614 648
23141802 623
19101969 612
18915259 579
18497399 612
18378956 586
21827977 606
23353088 612
20713984 617
20790665 573
18624238 617
18064861 575
21608999 604
18475076 632
18569147 611
23193856 581
22112413 651
17626944 575
18442786 616
20239652 648
17803904 603
18139477 649
16878272 583
20475904 619
17766208 619
19824713 650
16231303 581
19139925 624
19503616 658
19550793 570
20572672 651
18689979 557
19261001 616
19699097 582
18762137 615
21314638 627
22756437 604
20438381 652
21758582 573
18521472 613
16629760 613
19819812 571
20164608 597
17303808 648
20807758 550
18712644 645
16795840 585
17913992 613
16006686 607
15306296 648
21115588 607
18152925 486
21690368 614
23190101 551
19467776 584
19398178 582
20268544 627
20761380 600
21252315 587
18690730 603
19261074 655
19403264 581
20633453 630
17553792 612
18885290 583
20097536 592
22735530 612
19229559 587
23376384 614
18108825 627
17718528 627
17116736 613
25004404 615
21377417 573
22925627 611
19173785 636
17936998 482
15662592 618
19498788 601
20319085 609
20656364 600
19640685 628
17937681 653
19677593 581
21147175 633
19738550 611
19698980 650
16414900 584
21483812 623
19790555 580
19573321 611
21880438 615
18290112 652
18457122 569
20953009 650
19106406 591
15119473 638
24935330 606
16289189 611
14819112 584
23563946 617
20734829 580
17546048 605
19712614 621
20437577 603
19392989 626
20168265 592
16955008 626
18708821 601
21627746 587
24138837 626
15004216 609
18577339 612
17413888 598
19533165 614
18462378 600
19999963 612
20774473 641
20406564 597
22955605 598
18736832 585
18362504 579
23348053 650
17940548 564
16791104 616
16659215 555
22553941 644
15092035 596
20633600 609
17195648 616
20074276 584
17952358 495
17596114 614
22183384 555
16672888 539
23349589 598
22975409 606
16925876 627
19269339 579
17964800 561
18586282 610
18729369 608
20898422 607
18213751 572
23951957 617
22079881 551
19230646 608
16996032 609
21306761 655
18610790 578
18348224 644
17033920 555
18125184 624
18270528 588
16695898 582
21213105 598
17658944 571
19989284 608
24503381 615
16281178 595
18605533 588
18521838 611
15854411 579
16282563 656
19751204 576
20373284 650
19070020 539
20272932 648
21462567 611
24201557 623
20377307 602
15788032 597
21510301 595
14228428 608
18468992 582
18178880 606
24489984 581
19487597 640
15380426 597
20952210 616
16691260 628
19462894 574
21235160 609
19262317 609
16971840 584
20469174 613
19705270 616
22419968 614
19924772 587
21010432 644
20890624 569
19412041 647
22362348 613
21096667 595
19382272 597
21798518 618
18644672 584
19433398 637
19425572 598
17288256 626
19445828 630
19293257 566
20220635 599
20158171 615
16456041 553
20865181 598
22402304 618
19049062 606
17164288 600
19495716 584
24496872 544
20996883 639
17980608 577
18065134 550
23178069 531
20672950 631
19043874 591
21587810 588
19287859 563
18452224 614
19501568 641
19239253 591
20963091 630
18926387 599
19598677 607
20195840 612
18363392 578
18817911 614
18031936 595
18139682 596
18299426 625
17232594 612
18719812 566
19260635 606
19291574 609
18060970 605
19595878 517
22040891 618
18400733 598
22674983 595
18443946 585
17169408 631
19184025 617
16408234 620
21158765 605
20946392 595
18499788 617
19226185 582
17319936 579
23269120 616
17907780 596
20179968 644
18842897 597
18175249 646
23568298 585
19274205 612
21787332 594
19225014 592
20802486 623
22706773 607
17959594 614
19358646 626
18016384 602
17368064 655
20789484 611
20686611 601
21709587 591
18002624 614
19928795 599
19943789 611
16782208 614
20981287 572
19080260 650
19297499 602
22576128 595
20752896 642
20049773 577
17038034 619
17452875 610
21102198 606
21519911 595
19002299 598
17191168 631
16307260 583
18746436 601
18012160 584
18588480 603
20983414 582
23348650 593
17629888 593
22622293 492
19975460 609
21255798 620
17920204 549
20076544 583
19099579 612
19353307 605
21808364 567
19448758 580
18513920 585
21048100 609
17325376 611
20118381 610
18514752 625
17786496 592
20763254 623
17753600 562
24919784 619
26887782 611
19222893 611
22741504 585
19208942 611
22673408 586
22535168 592
15812380 611
18771353 644
19743129 519
20168192 617
17700288 566
19544473 606
20109238 616
20715598 609
19881033 614
19358242 617
20781922 614
22255694 558
21188371 617
18929459 606
16283105 610
20468516 580
20989952 614
16252024 571
20065718 609
20641133 571
18673664 622
20289609 647
21658308 623
18478912 635
16054091 578
19237410 587
20712684 611
18617344 611
19102037 612
20835108 596
18294169 628
18410564 582
22575104 605
17607744 624
21045720 621
17310976 596
20116553 605
20188964 614
18483392 595
22519722 606
19472110 585
19273581 574
22539520 650
19436748 607
18989943 635
20698269 600
17873216 588
18908091 551
19414089 592
21307155 625
21043042 643
19536822 582
20094976 635
19598701 615
21435470 567
22332494 621
19206656 495
20720088 610
23368448 583
16915520 557
17954884 547
19563861 616
19715218 600
20838951 596
22203155 590
17310656 571
20298971 621
21689816 613
25239086 618
23013717 612
21293134 596
21431768 643
20700711 580
18766506 609
22511274 611
22419882 609
21050368 572
17858048 614
16114688 583
18648746 613
19669674 585
16598136 571
21577491 559
18018624 642
18170811 598
23739136 599
19937792 577
18012364 606
19591460 592
21320152 612
19579392 608
16723184 589
18247475 630
16223687 617
19665773 630
20501650 586
20966034 606
19116509 574
23427413 623
19338171 605
18297446 625
22322727 608
18831223 604
18231910 578
20381696 630
20475245 621
23168170 647
18219008 588
17102400 609
17917678 610
19410505 596
22951168 575
17139350 612
18525525 630
20908425 614
21098023 626
19852288 615
18516650 624
16953856 598
19823250 605
16965451 579
19265609 611
21124726 611
26060706 602
18839483 596
19751497 603
20401956 611
21316923 633
16491279 578
22468352 585
20167387 633
19867867 559
24428544 610
17243648 586
20747500 619
17964646 631
19382564 588
19819739 512
19981312 614
19741184 552
22671701 584
16347932 572
17959488 599
21180416 615
21599468 585
21298412 640
20893144 618
19052748 637
16872448 612
19897344 591
17643968 588
18760960 634
18699673 574
17442688 604
18359773 612
21579224 598
21344649 596
20443355 612
19189613 611
18667929 611
17218921 647
26314379 599
19416576 553
17220864 577
18054280 629
18605120 558
21336649 635
19608722 594
19945910 644
17316928 599
18036599 650
19490884 567
20805632 604
18180573 645
18180232 603
19303355 652
16968256 584
16878656 610
18717568 586
19985627 655
19374899 609
19092275 636
20658727 600
14341012 616
19350893 599
17509440 631
16992384 610
15874831 605
25835520 580
20850924 613
22694058 607
17167552 645
18331072 609
16800704 583
19508004 630
20421851 573
21077942 614
18696669 583
18554112 651
19424914 575
20008813 626
18845013 628
16894192 592
19645952 613
18324736 613
20868726 619
19911241 594
18434662 557
21366153 587
21115588 648
19945179 593
21994023 653
17113984 585
20704098 634
20894427 598
19436953 651
21087012 566
17804032 510
19427547 611
22650709 562
19468014 603
17019136 561
18036804 628
18264268 581
19454390 616
23639808 585
18579524 646
22968149 587
22632618 628
21598365 588
18170880 595
19751497 607
18031296 621
19177540 582
20716617 607
21062070 607
22658126 600
19581586 626
19766491 593
16504470 625
20014153 554
17300992 613
22182203 551
18276761 630
23536896 643
26370513 611
20121307 598
18355136 611
22546176 595
18996087 586
17816064 609
16251241 602
19364590 651
16988672 580
18712644 629
15749874 584
19866477 604
21939121 600
17825280 619
18564027 611
16952640 585
21264620 616
21153161 612
19803062 627
17092992 614
16994048 656
19689608 585
18097766 612
15008312 610
18524910 598
18534809 589
20205933 653
17314880 582
19553718 650
22649258 561
20643913 627
19850605 592
18127940 619
21982365 608
19400226 608
19276873 610
19608941 583
18072371 574
17013568 609
20878336 640
16764867 590
21538579 627
20860123 568
16201547 646
22393344 569
18650316 629
19997403 583
21785442 651
15553479 595
21087547 651
19194148 617
21444056 582
19852288 530
17967718 618
22248526 559
18422306 564
16854144 611
21109129 585
16910912 629
15791043 583
20358656 614
18436232 579
22604012 654
19640905 556
17391744 627
19704246 575
18782464 626
19635273 581
22958165 645
17147648 593
21438227 595
19153100 587
19508370 583
18557883 613
21141897 587
21123780 657
21115684 558
18073600 567
19624155 572
21139771 610
18985369 639
20274907 565
20817762 651
17982668 605
#5
About an hour long test Sandisk Extreme 32GB CF + 5D3
Random buffer size experiment
ML v2.3.NEXT.2013May18.5D3113, 425a8abeb7ef+ (unified) tip
Mode: movie 1920x1080 25p, Global Draw: OFF
CF SanDisk SanDisk SDCFX-032G                     
19658678 592
18380800 580
17340928 568
23952298 598
21052573 591
20265691 587
18969258 565
19429444 590
22568362 555
20948187 590
17175491 591
16087461 568
23347456 596
24939613 579
18817297 581
18395204 559
18984413 595
19555805 575
21178368 592
19641480 576
20759000 595
20418706 584
18059605 594
21330707 562
18270958 578
17141696 594
19293320 586
20579693 566
18394658 593
24481450 554
21150798 592
23969706 592
19360841 578
17507776 595
17413481 575
19775122 584
20101266 565
19025783 591
19643245 579
21778195 594
20650934 586
19489314 591
16797824 578
19026875 596
17474048 550
17203264 592
14795398 594
21735660 591
21743852 563
19922797 596
18626013 550
19820982 599
21035480 596
19362962 580
21580721 592
17978944 598
22444740 583
20778062 578
17028096 597
19742993 569
18191291 588
19221913 599
20663374 580
18904200 590
20999010 560
20672984 578
21149459 593
17845632 585
19305198 576
21612307 588
19029742 567
23326720 592
18633386 592
14747540 575
25976087 591
18128622 577
19395072 578
20776960 591
17463424 594
18005879 548
21166552 593
18263927 505
16282864 591
15077432 563
18140296 535
20769161 568
24568273 587
21910449 553
16872000 565
21254582 566
18098790 591
19847753 596
19286601 578
22405717 582
17390848 559
20409929 582
17167552 582
22445843 572
20894404 591
18154632 586
20731667 580
18477056 584
20429019 592
20455424 547
17980893 583
19357915 594
19720118 597
22759338 570
19762907 597
21486592 546
18474666 595
18380800 562
18326050 590
22034432 600
18582016 593
19312274 579
16658672 579
24673280 569
19257417 570
17206452 591
21447916 590
21283367 569
20818651 600
22053888 564
20908189 597
20035072 567
22771200 594
17075136 579
18194158 583
19230720 592
17494859 555
19513344 597
18530030 591
19740233 577
17660544 596
20131620 577
16528685 597
19780534 569
16356465 593
15984579 582
21678946 602
21931008 581
19464411 601
17207040 582
18144187 583
22443008 578
18182963 597
23053141 596
19081011 575
21647753 576
17257592 593
20208128 572
18971101 599
20670829 575
22465450 579
16696621 591
22906453 574
15410574 590
23292245 596
22494444 567
18443537 594
16760350 593
17409856 560
17086272 459
20784128 595
19021414 537
20375917 568
19324562 529
18178798 584
20763175 564
19811401 570
22491818 593
21052258 597
17163136 589
18599321 575
24436829 595
21636804 551
16757157 592
19257563 594
16355498 561
21410343 579
17238848 592
20969550 588
22993749 569
26039668 597
21694542 563
22740736 580
18200849 593
17986082 594
22596096 576
22597632 596
16850880 548
21061632 592
20200740 590
18297992 592
15350442 575
19666139 593
20479488 562
21049028 580
17592832 589
18498560 575
23916373 580
16966716 594
24498548 558
19913069 591
17112896 595
18073736 577
20703305 599
19529947 589
16139832 580
21389677 565
15210609 596
18386124 583
20797912 589
18042333 588
20200228 583
16986834 596
16350930 560
18752716 597
19870646 582
18765277 593
20266276 574
16805440 598
18468522 599
19751526 568
16808658 593
17225856 588
18710664 582
22235687 598
17022464 574
19337966 581
19922285 594
21200344 586
19339195 569
16378458 586
22482432 595
17020566 578
20719689 587
19567396 574
19663725 581
17229504 584
18157909 586
16890816 561
19871012 593
18312942 593
18057536 483
18767735 596
19317623 536
16161249 533
19033497 557
18595635 577
18354517 579
20451766 601
18724454 567
18148420 567
20623872 597
21233112 589
19963026 577
16589402 591
17127296 546
21444135 592
23314688 561
24036778 594
25271668 582
20493092 587
22495783 584
18800913 559
20963254 561
15868988 591
15132956 595
19033907 585
21011534 572
19570395 564
16961664 589
23036757 599
19207714 563
22032462 586
19468800 596
20046921 561
18255257 593
21921949 584
19305608 593
19908169 569
22243091 571
15968918 565
23794688 596
17985536 588
15818482 583
23411456 591
21061266 573
19677622 599
22889898 578
19544576 569
21162614 596
23141802 586
19101969 591
18915259 583
18497399 596
18378956 535
21827977 598
23353088 596
20713984 600
20790665 581
18624238 576
18064861 600
21608999 560
18475076 600
18569147 593
23193856 599
22112413 585
17626944 577
18442786 570
20239652 596
17803904 588
18139477 581
16878272 579
20475904 590
17766208 546
19824713 596
16231303 585
19139925 580
19503616 595
19550793 593
20572672 562
18689979 597
19261001 594
19699097 462
18762137 597
21314638 562
22756437 511
20438381 570
21758582 577
18521472 587
16629760 576
19819812 599
20164608 570
17303808 560
20807758 597
18712644 595
16795840 580
17913992 569
16006686 568
15306296 557
21115588 591
18152925 595
21690368 585
23190101 573
19467776 561
19398178 580
20268544 586
20761380 572
21252315 593
18690730 581
19261074 591
19403264 558
20633453 573
17553792 557
18885290 591
20097536 593
22735530 574
19229559 595
23376384 562
18108825 596
17718528 580
17116736 593
25004404 565
21377417 599
22925627 597
19173785 564
17936998 589
15662592 562
19498788 595
20319085 597
20656364 596
19640685 572
17937681 575
19677593 567
21147175 574
19738550 591
19698980 595
16414900 574
21483812 602
19790555 594
19573321 577
21880438 598
18290112 602
18457122 560
20953009 601
19106406 602
15119473 594
24935330 566
16289189 601
14819112 567
23563946 590
20734829 596
17546048 595
19712614 553
20437577 593
19392989 568
20168265 589
16955008 580
18708821 595
21627746 585
24138837 583
15004216 547
18577339 561
17413888 591
19533165 595
18462378 434
19999963 595
20774473 539
20406564 598
22955605 524
18736832 579
18362504 567
23348053 560
17940548 590
16791104 591
16659215 581
22553941 591
15092035 561
20633600 598
17195648 565
20074276 597
17952358 545
17596114 599
22183384 562
16672888 575
23349589 597
22975409 569
16925876 587
19269339 579
17964800 574
18586282 566
18729369 569
20898422 593
18213751 577
23951957 599
22079881 573
19230646 558
16996032 563
21306761 593
18610790 584
18348224 577
17033920 566
18125184 567
18270528 586
16695898 591
21213105 593
17658944 589
19989284 571
24503381 592
16281178 566
18605533 593
18521838 568
15854411 594
16282563 558
19751204 571
20373284 595
19070020 600
20272932 573
21462567 567
24201557 563
20377307 593
15788032 570
21510301 596
14228428 549
18468992 601
18178880 592
24489984 565
19487597 582
15380426 588
20952210 567
16691260 574
19462894 595
21235160 578
19262317 581
16971840 565
20469174 576
19705270 587
22419968 593
19924772 551
21010432 587
20890624 553
19412041 590
22362348 569
21096667 593
19382272 547
21798518 598
18644672 451
19433398 589
19425572 551
17288256 537
19445828 558
19293257 576
20220635 549
20158171 574
16456041 563
20865181 597
22402304 597
19049062 585
17164288 574
19495716 564
24496872 568
20996883 582
17980608 594
18065134 593
23178069 582
20672950 579
19043874 561
21587810 593
19287859 557
18452224 591
19501568 584
19239253 592
20963091 598
18926387 583
19598677 566
20195840 569
18363392 585
18817911 591
18031936 596
18139682 558
18299426 597
17232594 573
18719812 597
19260635 563
19291574 594
18060970 561
19595878 595
22040891 576
18400733 594
22674983 555
18443946 595
17169408 570
19184025 587
16408234 583
21158765 592
20946392 585
18499788 569
19226185 562
17319936 598
23269120 601
17907780 583
20179968 579
18842897 569
18175249 562
23568298 596
19274205 598
21787332 604
19225014 584
20802486 591
22706773 573
17959594 579
19358646 603
18016384 566
17368064 597
20789484 570
20686611 594
21709587 554
18002624 561
19928795 591
19943789 599
16782208 589
20981287 572
19080260 581
19297499 560
22576128 601
20752896 560
20049773 594
17038034 579
17452875 470
21102198 563
21519911 542
19002299 535
17191168 594
16307260 569
18746436 568
18012160 554
18588480 598
20983414 599
23348650 577
17629888 579
22622293 584
19975460 587
21255798 598
17920204 581
20076544 595
19099579 562
19353307 576
21808364 592
19448758 591
18513920 560
21048100 591
17325376 566
20118381 594
18514752 592
17786496 598
20763254 575
17753600 573
24919784 600
26887782 570
19222893 557
22741504 590
19208942 596
22673408 575
22535168 585
15812380 560
18771353 567
19743129 592
20168192 598
17700288 582
19544473 589
20109238 570
20715598 603
19881033 576
19358242 567
20781922 594
22255694 575
21188371 601
18929459 576
16283105 569
20468516 565
20989952 596
16252024 593
20065718 585
20641133 575
18673664 567
20289609 591
21658308 598
18478912 601
16054091 579
19237410 563
20712684 568
18617344 594
19102037 584
20835108 604
18294169 552
18410564 592
22575104 590
17607744 597
21045720 555
17310976 586
20116553 571
20188964 596
18483392 592
22519722 578
19472110 588
19273581 581
22539520 599
19436748 552
18989943 594
20698269 439
17873216 597
18908091 535
19414089 567
21307155 568
21043042 575
19536822 578
20094976 566
19598701 559
21435470 600
22332494 592
19206656 568
20720088 604
23368448 573
16915520 595
17954884 562
19563861 600
19715218 577
20838951 589
22203155 571
17310656 572
20298971 593
21689816 568
25239086 577
23013717 601
21293134 582
21431768 599
20700711 561
18766506 596
22511274 569
22419882 598
21050368 574
17858048 596
16114688 563
18648746 589
19669674 587
16598136 590
21577491 557
18018624 591
18170811 597
23739136 600
19937792 586
18012364 593
19591460 538
21320152 600
19579392 595
16723184 591
18247475 570
16223687 591
19665773 541
#6
General Chat / C audio spectrum analyser
May 14, 2013, 01:23:08 AM
Hello guys I tought there is alot of skilled C coders and I would use a bit of help with one project.
I have evaluation board/kit Davinci TMS320DM6437EVM from Ti. I have to program in C audio spectrum analyser an debug it for this board in CCstudio. I have to use audio line in for audio input, make DCT - Discrete cosine transform for spectrum analyse and display result with LDC display conected to analog video output (composite). It has to be running continuously.
There would be a reward for the skilled coder but I have deadline next friday we are kind of sure that someone did it for this board already but we couldnt find it so even if you can´t code it but can point us some direction where we could find it it would be great thank you for any help guys ;)
#7
Guys do you have any idea about compatibility with new 5D3 firmware the 1.2.1 ?
#8
Quote from: NerveGas on March 17, 2013, 08:38:51 PM
I have uploaded a 5D3 autoexec.bin from latest source head here:

http://www.freefilehosting.net/autoexec_1

I take no responsibility if this damages your camera.

Thank you so much it work great like a treat :)  :-*