Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by yaowl12345

  1. Y

    Experience with Ucos-II 2.76 ?

    ucos-ii website I Test your method is correct, but I use another Timer Compare Interrupt, I Put cli before TimeProcess , It can work normally, I want to know why?
  2. Y

    Experience with Ucos-II 2.76 ?

    cpu.h atmega128 ucos Would you please tell me How to wirite Interrupt Service routine of HCS12 with UCOSII Added after 2 minutes: UART1ISR: ; ldaa PPAGE ; psha inc OSIntNesting ldaa OSIntNesting cmpa #$1 bne con3 ldy OSTCBCur...
  3. Y

    Experience with Ucos-II 2.76 ?

    ucos ii - using interrupts The following is My ISR Routine, if I Use CLI ,the Task Tick Stop ,if disable CLI, the Task Tick run normal, why? UART1ISR: ldaa PPAGE psha inc OSIntNesting ; 4~, Notify uC/OS-II about ISR ; cli ; 2~, Enable...
  4. Y

    Experience with Ucos-II 2.76 ?

    port ucos ii to nios ii I am using UCos-II for HCS12, I wang to Know how to write ISR for sending data by SCI, I am using RingBuffer and Interrupt,but Send Procedure Stop the Task tick

Part and Inventory Search

Back
Top