This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001387] New: Kinetis Interrupt vector enumeration incorrect


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001387

           Summary: Kinetis Interrupt vector enumeration incorrect
           Product: eCos
           Version: CVS
          Platform: Other (please specify)
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: HAL
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: tf+bugs.ecos@r-finger.com
                CC: ecos-bugs@ecos.sourceware.org, ilijak@siva.com.mk
             Class: Advice Request


In the Kinetis port (using TWRK60N512), the enum KinetisExtInterrupt_e, and
consequently the vectors returned by CYGHWR_HAL_KINETIS_PIN_IRQ_VECTOR() seem
incorrect; for example, for PORTA returned value is 88, but should be 103. I
suspect this is because the platform does not define
CYGNUM_HAL_INTERRUPT_SYS_TICK and CYGNUM_HAL_INTERRUPT_EXTERNAL; the fallback
arm values for these are 0 and 1 respectively, while the Kinetis values should
be 15 and 16 respectively.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]