Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6739393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:29:01+00:00 2026-05-26T11:29:01+00:00

I am using a N450 board (Intel Atom), Eclipse as IDE, I am coding

  • 0

I am using a N450 board (Intel Atom), Eclipse as IDE, I am coding in C and AT&T for assembly code.

I try to use APIC Timer on periodic mode and with my ISR_55

InitTickISR:
    push    %ebp    //save the context to swith back
    mov     %esp,%ebp

// Divide Configuration Register (for Timer) addr : FEE0 03E0 <-
    movl    $0xFEE003E0, %eax
    movl    $0x3, (%eax)//0x3:Divided by 16, 0xA :divide by 128

// Initial Count addr : FEE0 0380 <- 0x1000
    movl    $0xFEE00380,%eax
    movl    $0x100, (%eax)

// LVT(Local Vector Table) Timer Register (FEE0 0320H) -- Interrupt 0x55
    movl    $0xFEE00320, %eax
    movl    $0x20055, (%eax)//2: periodic mode, 01:one shot
                            //55: interruption
// Enable local APIC addr : FEE0 00F0 <- 0x100
    movl    $0xFEE000F0, %eax
    movl    $0x100, (%eax)    

    pop     %ebp //Return to the calling function
    ret

the ISR is just like that for now :

isr0x55:
    cli
    sti
    iret

i can see the timer count changes value (I check the register 0xFEE00390), but the ISR is never called (I have put a break point in it !!!).

Did i forget to set something ? how can I be sure that every thing is set correclty ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:29:01+00:00Added an answer on May 26, 2026 at 11:29 am

    I have resolved the issue by using the EOI register to reset the ISR register.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using VB6 & Crystal Report 9. Need help with the VB6 code. When i
Using PyObjC , you can use Python to write Cocoa applications for OS X.
Using preview 4 of ASP.NET MVC Code like: <%= Html.CheckBox( myCheckBox, Click Here, True,
Using jQuery's UI Tabs. This is my code. <div id=tabs> <ul> <li><a href=#tabs-1>Find a
Using gcc 4.4.3 c89: I am just working on the following code below: I
Using SolrNet for querying & faceting. I have a combination of int, tdate and
Using just python, is it possible to possible to use a USB flash drive
Using the following code: public class Panel extends SurfaceView { // ...... // in
Using the following code, I am unable to capitalise a label that directly follows
Using online interfaces to a version control system is a nice way to have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.