Jump to content

Cubess95

Members
  • Posts

    12
  • Joined

  • Last visited

Cubess95's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. I will not be there for 3 weeks but I will try this, thx again. Regards, Cubess
  2. I was using the Mios Studio 2.2.3, so I have just downloaded the latest version (2.2.4) with your advice, but it seems it doesn't change anything =(
  3. Hi Thorsten. If I understand you well, I have to open MIOS Studio and type those commands in the terminal. But those commands doesn't work, MIOS Terminal said me it doesn't know those commands. And when I type help, those commands are not in the list. Maybe I'm doing it wrong ? I have noticed that the commands are not always the same. For exemple, i can type "help" with the midio128 app but not with the midibox LC app. The commands describe at the bottom of your link works only in special conditions ? Best regards, Cubess
  4. Thanks again Thorsten ! Sorry to answer so late but I've had a lot of work. I have another problem now. I have used an application form the mios32_test directory for the ks0108 to test it. The terminal of MIOS Studio print : "WARNING: your core module hasn't been configured for the KS0108 GLCD! Please do this with the bootloader update application!" Lines above, it's indeed print : "lcd_type: 0x00 (CLCD)" So it seems that my midibox is configured for a character LCD and not a graphic LCD. How can I change this ? I don't understand why it talks about the bootloader. I haven't define any LCD type while I have uploaded the .bin with the LPCXpresso soft from code_red.
  5. Ok thx, I just have one more question : Originally, how the CS are connected to J28 ? CS1 is connected to SDA, SC, WS or MCLK ? And for CS2, 3, 4 ? I ask you in the case I can't carry out the programming, so that I can go back to J28. Regards, Cubess
  6. Thx for the response. I see a fault in my first post, the initial port isn't the J5C, i'm working on the LPC1769 so it's the J28. But i think that you corrected my mistake yourself seeing your post. So if I understand you well, i have to change the code here : #elif defined(MIOS32_FAMILY_LPC17xx) int cs; for(cs=0; cs<4; ++cs) MIOS32_BOARD_J28_PinInit(cs, MIOS32_BOARD_PIN_MODE_OUTPUT_PP); #else So I have to change the function "MIOS32_BOARD_J28_PinInit()" by another function I create myself isn't ? Where is the code of this function, so that I can inspire myself with it ? I already seen these lines in the app_lcd.c file but I didn't find where the "MIOS32_BOARD_J28_PinInit()" function is written. Sorry i'm not a programmer even if I know some langages (including C). Regards, Cubess
  7. Hi guys, I have built a midibox close to a midio128 with a 128*64 Graphic LCD with a KS0108B controller. This controller have 2 CS (chip select), but on my project, CS1 & CS2 are not connected to J5C (A8, A9) but to the 19th et 20th pins of the LPC1769. I don't find in wich files i can define the pins. Any helps ? Thx, Cubess
  8. Sorry for reposting, I just wanted to say that I finally found my problem ;) Have a good day. Cubess
  9. I have changed some things, add ":" in the two first command C:/.../mios32/trunk and C:/..../mios32/trunk/bin. Now i have this : C:/Users/.../mios32/trunk/include/makefile/common.mk:126: *** multiple target patterns. Stop. Restart everything to the begining and now i have this : rm -f project.hex Creating object file for app.c make: arm-none-aebi-gcc: Command not found make: *** [project_build/app.o] Error 127 =(
  10. Hi, I'm also doing a project on LPC1769. I have installed the toolchain as described here : http://www.midibox.org/dokuwiki/doku.php?id=windows_mios32_toolchain_core&s But I still have errors when i try the make command in the 1st tutorial folder (001_forwarding_midi). Here is a screen : What I have done wrong ? Maybe I have to type "set MIOS32_PATH=/D/mios32/trunk set MIOS32_BIN_PATH=/D/mios32/trunk/bin" and "MIOS32_BOARD=MBHP_CORE_LPC17 MIOS32_FAMILY=LPC17xx MIOS32_GCC_PREFIX=arm-none-eabi MIOS32_LCD=universal MIOS32_PROCESSOR=LPC1769" in a particular place ? I have written it just after typing cmd in the command window, so the actual PATH was C:\Users\Cubess. Maybe the previous commands (set MIOS32, etc) don't have to be typed here ? Sorry I'm also a Newbie. Thx, Cubess
  11. Hi guys, I have a problem when I download the sources of the midio128_v3. It gaves me a .tar.gz but with nothing in it ! I think that WebSVN juste create a .tar.gz but without the files (the .tar.gz has a size of only 35 bytes). Here is the link : http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidio128_v3%2F&# The download link is at the top. I'm using 7zip on Windows as always for this type of archive. Anybody knows how to fix it ? Thx, Cubess
×
×
  • Create New...