Jump to content

digital23

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About digital23

  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

digital23's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Hi Thorsten, I just can not find any 452 on the microchip-sites. Can you tell me, what PIC I can take for a new design? Will you wait for a bug-fix of the 4520 ? Thanks, digital23
  2. Oh, are there any apps-examples that I do not konw :o ? In what apps, please? Do you have code example for this? Thank you :) Regs, digital23
  3. Hi there, does anyone has a code example for the following behaviour of an encoder: When tweaking slow, he should react precise. When tweaking fast, it should be possible to rise from 0 zo 127 with one 300° Turn. I thougt of combining a timer that measures the turning-speed and then to arrange the several speed procedures. Best regards, digital23
  4. Hi, I would like to build my own PCB-layout, is it possible to use TQFP or PLCC housing instead of DIP ? Thanks!
  5. I have downloaded it again, and build a new project. Now it works fine :) . Will you release the source of V 1.5b ?
  6. I have downloaded it again, and build a new project. Now it works fine :) . Will you release the source of V 1.5b ?
  7. Hi, I just tried to compile the unchanged source-code in MPLAB, but I just jet a lot of errors. Are there any special settings necessary? Thanx, Gerd Deleting intermediary files... done. Executing: "G:\PIC Programmer\MP LAB\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err" Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_SR_Service_Prepare) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_SR_Service_Finish) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_ISR.INC 232 : Symbol not previously defined (USER_Timer) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MIDI_NotifyRx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MIDI_NotifyTx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyReceivedByte) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyTimeout) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyReceivedEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyFoundEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_DIN_NotifyToggle) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_AIN_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_ENC_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 375 : Symbol not previously defined (USER_LCD_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 413 : Symbol not previously defined (USER_LCD_PrintChar) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 514 : Symbol not previously defined (USER_LCD_Clear) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 678 : Symbol not previously defined (USER_LCD_CursorSet) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_DISPLAY.INC 64 : Symbol not previously defined (USER_DISPLAY_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_DISPLAY.INC 70 : Symbol not previously defined (USER_DISPLAY_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_STARTUP.INC 154 : Symbol not previously defined (USER_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 31 : Symbol not previously defined (USER_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 33 : Symbol not previously defined (USER_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 35 : Symbol not previously defined (USER_Timer) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 37 : Symbol not previously defined (USER_MPROC_DebugTrigger) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 39 : Symbol not previously defined (USER_DISPLAY_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 41 : Symbol not previously defined (USER_DISPLAY_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 43 : Symbol not previously defined (USER_SR_Service_Prepare) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 45 : Symbol not previously defined (USER_SR_Service_Finish) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 47 : Symbol not previously defined (USER_DIN_NotifyToggle) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 49 : Symbol not previously defined (USER_ENC_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 51 : Symbol not previously defined (USER_AIN_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 53 : Symbol not previously defined (USER_MPROC_NotifyReceivedByte) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 55 : Symbol not previously defined (USER_MPROC_NotifyTimeout) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 57 : Symbol not previously defined (USER_MPROC_NotifyReceivedEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 59 : Symbol not previously defined (USER_MPROC_NotifyFoundEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 61 : Symbol not previously defined (USER_LCD_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 63 : Symbol not previously defined (USER_LCD_Clear) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 65 : Symbol not previously defined (USER_LCD_CursorSet) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 67 : Symbol not previously defined (USER_LCD_PrintChar) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 69 : Symbol not previously defined (USER_MIDI_NotifyRx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 71 : Symbol not previously defined (USER_MIDI_NotifyTx) Error[116] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MAIN.ASM 87 : Address label duplicated or different in second pass (_USER_DISPLAY_Init) Halting build on first failure as requested.
  8. Hi, I just tried to compile the unchanged source-code in MPLAB, but I just jet a lot of errors. Are there any special settings necessary? Thanx, Gerd Deleting intermediary files... done. Executing: "G:\PIC Programmer\MP LAB\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err" Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_SR_Service_Prepare) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_SR_Service_Finish) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_ISR.INC 232 : Symbol not previously defined (USER_Timer) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MIDI_NotifyRx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MIDI_NotifyTx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyReceivedByte) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyTimeout) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyReceivedEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_MPROC_NotifyFoundEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_DIN_NotifyToggle) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_AIN_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_ENC_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 375 : Symbol not previously defined (USER_LCD_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 413 : Symbol not previously defined (USER_LCD_PrintChar) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 514 : Symbol not previously defined (USER_LCD_Clear) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_LCD.INC 678 : Symbol not previously defined (USER_LCD_CursorSet) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_DISPLAY.INC 64 : Symbol not previously defined (USER_DISPLAY_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_DISPLAY.INC 70 : Symbol not previously defined (USER_DISPLAY_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MACROS.H 37 : Symbol not previously defined (USER_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MIOS_STARTUP.INC 154 : Symbol not previously defined (USER_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 31 : Symbol not previously defined (USER_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 33 : Symbol not previously defined (USER_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 35 : Symbol not previously defined (USER_Timer) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 37 : Symbol not previously defined (USER_MPROC_DebugTrigger) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 39 : Symbol not previously defined (USER_DISPLAY_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 41 : Symbol not previously defined (USER_DISPLAY_Tick) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 43 : Symbol not previously defined (USER_SR_Service_Prepare) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 45 : Symbol not previously defined (USER_SR_Service_Finish) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 47 : Symbol not previously defined (USER_DIN_NotifyToggle) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 49 : Symbol not previously defined (USER_ENC_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 51 : Symbol not previously defined (USER_AIN_NotifyChange) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 53 : Symbol not previously defined (USER_MPROC_NotifyReceivedByte) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 55 : Symbol not previously defined (USER_MPROC_NotifyTimeout) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 57 : Symbol not previously defined (USER_MPROC_NotifyReceivedEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 59 : Symbol not previously defined (USER_MPROC_NotifyFoundEvent) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 61 : Symbol not previously defined (USER_LCD_Init) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 63 : Symbol not previously defined (USER_LCD_Clear) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 65 : Symbol not previously defined (USER_LCD_CursorSet) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 67 : Symbol not previously defined (USER_LCD_PrintChar) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 69 : Symbol not previously defined (USER_MIDI_NotifyRx) Error[113] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\USER_VECTORS.INC 71 : Symbol not previously defined (USER_MIDI_NotifyTx) Error[116] G:\PIC PROGRAMMER\MIOS 1.5 SRC\SYSTEM\MAIN.ASM 87 : Address label duplicated or different in second pass (_USER_DISPLAY_Init) Halting build on first failure as requested.
×
×
  • Create New...