Info

You are currently browsing the archives for the Segger category.

Calendar
May 2012
S M T W T F S
« Jan    
 12345
6789101112
13141516171819
20212223242526
2728293031  
Categories

Archive for the Segger Category

embOS for PIC32

From http://www.segger.com/embos-for-pic32-cpus-and-microchip-compiler.html

embOS for PIC32 was developed for and with Microchips’s compiler version 7.62.09 and supports all memory models offered by this compiler. It comes with easy to use start projects for Microchips’s MPLAB workbench.

embOS

Real time operating system

embOS is a priority-controlled real time operating system, designed to be used as foundation for the development of embedded real-time applications. It is a zero interrupt latency*, high-performance RTOS that has been optimized for minimum memory consumption in both RAM and ROM, as well as high speed and versatility. Throughout the development process of embOS, the limited resources of microcontrollers have always been kept in mind. The internal structure of embOS has been optimized in a variety of applications with different customers, to fit the needs of different industries. embOS is fully source-compatible on different platforms (8/16/32 bits), making it easy to port applications to different CPUs. Its’ highly modular structure ensures that only those functions that are needed are linked, keeping the ROM size very small. Tasks can easily be created and safely communicate with each other using a complete palette of communication mechanisms such as semaphores, mailboxes, and events. Interrupt Service Routines (ISRs) can also take advantage of these communication mechanisms.

* High priority interrupts are never disabled by embOS.

emWin: PC Evaluation Version

emWin is written in ANSI “C” and can handle any LCD, any resolution and any color depth. There is no need to change the source code of the application to use the software for different color depths. All you need to do is to modify the configuration file. 

Get the eval at http://www.segger.com/emwin_pc_evaluation.html 

|