Jump to content

Phatline

Members
  • Posts

    1,284
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Phatline

  1. This code: (app.c download@ http://wiki.midibox.org/lib/exe/fetch.php?media=phatline:tm_v3.zip) void APP_Init(void){ xTaskCreate(TASK_SEQ, (signed portCHAR *)"SEQ", configMINIMAL_STACK_SIZE, NULL, PRIORITY_TASK_SEQ, NULL);} // install sequencer task compile with following warnings: that task.h code - Warning by "xTaskCreate...": #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) BaseType_t xTaskCreate( TaskFunction_t pxTaskCode, const char * const pcName, const uint16_t usStackDepth, void * const pvParameters, UBaseType_t uxPriority, TaskHandle_t * const pxCreatedTask ) PRIVILEGED_FUNCTION; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */ #endif do i have to fear?
  2. THX! without that i would have been lost! worked at the first moment! i had enough to close and re-open the Mios-Studio every time when uploading new code... specially while programming over weeks daily deep into code...(and that rescan joke? not funny) my cores bootloader is setup ed, to show up as "MIOS32" (when not in bootload mode), so i hardcodet that in mios-studio to be set when press "Rescan mididevices", working under linux mint kernel 4.4.0-98 no more closing MidiStudio, or have to close multiple-open-instances because of codeing and trying and uploading, then everytime the resize of the window, search and open hexfile and so on. Of course that is hardcodet, but in my case it is good this way, now i know how to compile anyway - thx open: svn/mios32/trunk/tools/mios_studio/src/gui/MiosStudio.cpp edit: i deleted all from"case rescanDevices" to "break;" and wrote this instead: (the line is about 955 or so) case rescanDevices: closeMidiPorts(); initialMidiScanCounter = 1; getMidiInput(); getMidiOutput(); setMidiInput("MIOS32"); setMidiOutput("MIOS32"); break; dont really know exact what is going on there, but for me its working, and thats enough. also some colorchanging by searching the gui/....cpp filesvia g.fillAll(Colours::black); but the background of the main-fields are still white... to bad...
  3. solved - plugged into wrong Core Connector... had assumed that J10B is near J10A... totally wrong upstidu....
  4. same problem here.
  5. From the album: TriggerMatrix

    BLM16x16 + X + GPIO +2xMIDI IO + STM32F4 ;)
  6. From the album: TriggerMatrix

    Bootloader switch
  7. From the album: TriggerMatrix

    2x Midi IO
  8. From the album: TriggerMatrix

    GPIO HEADER
  9. From the album: TriggerMatrix

    wiring instead of pcb
×
×
  • Create New...