ac6-training, un département d'Ac6 SAS
 
Site displayed in English (USA)
Site affiché en English (USA)View the site in FrenchVoir le site en English (GB)
go-up

ac6 >> ac6-training >> Operating Systems >> Windows >> Windows CE 5.0 Inquire Download as PDF Write us

W3_5.0 Windows CE 5.0

Intégration et programmation de Windows CE 5.0

Intégration et programmation de Windows CE 5.0
Windows Embedded CE est une marque déposée de Microsoft
formateur
Objectifs
  • Maîtriser les outils de développement croisé
  • Connaître les nouveautés de la version 5.0 et migrer depuis la version 4.2
  • Porter les applications sur cible
  • Contrôler l'empreinte de l'image CE
  • Programmer le multitâche et temps réel déterministe
  • Développer des applications pour Windows CE et Windows Mobile
  • Un PC Windows par binôme.
  • Windows CE 5.0 Platform Builder, version dévaluation (DVD remis au stagiaire)
  • Embedded Visual C++, version d'évaluation (DVD remis au stagiaire)
  • Un support de cours ainsi que le corrigé des exercices.
  • Connaissance du langage C/C++.
  • Programmation Win32 (rappels pendant la formation).
  • Theoretical course
    • PDF course material (in English) supplemented by a printed version for face-to-face courses.
    • Online courses are dispensed using the Teams video-conferencing system.
    • The trainer answers trainees' questions during the training and provide technical and pedagogical assistance.
  • Practical activities
    • Practical activities represent from 40% to 50% of course duration.
    • Code examples, exercises and solutions
    • For remote trainings:
      • One Online Linux PC per trainee for the practical activities.
      • The trainer has access to trainees' Online PCs for technical and pedagogical assistance.
      • QEMU Emulated board or physical board connected to the online PC (depending on the course).
      • Some Labs may be completed between sessions and are checked by the trainer on the next session.
    • For face-to-face trainings:
      • One PC (Linux ou Windows) for the practical activities with, if appropriate, a target board.
      • One PC for two trainees when there are more than 6 trainees.
    • For onsite trainings:
      • An installation and test manual is provided to allow preinstallation of the needed software.
      • The trainer come with target boards if needed during the practical activities (and bring them back at the end of the course).
  • Downloadable preconfigured virtual machine for post-course practical activities
  • At the start of each session the trainer will interact with the trainees to ensure the course fits their expectations and correct if needed
  • Any embedded systems engineer or technician with the above prerequisites.
  • The prerequisites indicated above are assessed before the training by the technical supervision of the traineein his company, or by the trainee himself in the exceptional case of an individual trainee.
  • Trainee progress is assessed in two different ways, depending on the course:
    • For courses lending themselves to practical exercises, the results of the exercises are checked by the trainer while, if necessary, helping trainees to carry them out by providing additional details.
    • Quizzes are offered at the end of sections that do not include practical exercises to verifythat the trainees have assimilated the points presented
  • At the end of the training, each trainee receives a certificate attesting that they have successfully completed the course.
    • In the event of a problem, discovered during the course, due to a lack of prerequisites by the trainee a different or additional training is offered to them, generally to reinforce their prerequisites,in agreement with their company manager if applicable.

Course Outline

  • Architecture et versions de CE
  • Nouveautés de la version 5.0
  • Technologies et µP supportées
  • Configurations pour l'embarqué
  • Code source partagé et système de licences
  • Comparatif avec Windows XP Embedded
  • Comparatif avec Windows Mobile
  • Les outils de développement pour l'embarqué
  • Le Noyau
  • Objects Storage et File System Manager
  • Device Manager
  • GWES (Graphical Windowing and Events System)
  • Les services de communications
  • Protected Server Libraries (PSL)
  • Processus, threads, fibers
  • Objets de synchronisation
    • interlocked functions
    • sections critiques
    • sémaphores
    • mutexes
    • événements
    • file de messages
  • Multitâche et multithreading
  • Ordonnancement et système de priorité
  • Timers, Watchdog timers.
  • Migration de threads, API des threads
  • Les interruptions,
    • IRQs (Interrupt ReQuest)
    • ISR (Interrupt Service Routine)
    • IST (Interrupt Service Thread)
    • API des interruptions
  • Architecture mémoire
  • Espace mémoire des processus
  • Outils de mesures de performances et du déterminisme
    • osbench
    • iltiming
    • kcall
    • monte carlo profiler
    • ...
Exercise:  Utilisation des dialogues et des files de messages
Exercise:  Programmation multitâche: utilisation des TSD (Thread Specific Data)
  • Etapes de construction d'une plateforme CE
  • Création de projets Sources et Workspace
  • Unified Build System (IDE et ligne de commande)
  • Les éléments du catalogue et dépendances entres éléments
  • Les modules et composant de l'OS
  • Les fichiers composants .cec
  • Les Batch Cesysgen
  • Les variables d'environnement
  • Les variables Sysgen
  • Les fichiers de configuration du code source
    • DIRS
    • SOURCES
    • Makefile
    • module definition
  • Les fichiers de configuration de l'image d'exécution
    • BIB
    • REG
    • DAT
    • DB
  • Les phases du build
    • compile
    • sysgen
    • release copy
    • make image
    • localize
  • Configuration Debug, Release et Ship
  • Téléchargement et boot d'une image
  • L'utilitaire ROMimage.
  • Configuration des systèmes sans interface graphique.
Exercise:  Création d'une image CE pour PC ("CEPC") et émulateur ARM
Exercise:  Analyse de la phase de build
Exercise:  Utilisation des fichiers de configurations de l'image pour adapter le comportement par défaut de l'OS
Exercise:  Création et installation d'un SDK personnalisé
  • Les zones de debug
  • Le debugging JIT (Just In Time)
  • Gestion des exceptions
  • Kato Logging engine
  • Les remote tools
Exercise:  Création et debuggage d'une application embarquée.
Exercise:  Utilisation des remote tools pour analyser et contrôler une cible
  • Compatibilité Win32 de CE, Portage vers CE.
    • Les Microsoft Foundation Classes (MFC) pour CE.
    • Les Active Template Library (ATL)
    • COM et DCOM.
  • Shell personnalisé.
  • Code natif
    • Fichiers et base de registres
    • Notifications
    • Bases de données (CEDB et EDB)
    • Connexion avec la machine desktop (Active Sync)
    • Services
    • Programmation réseau
  • Code managé
    • .NET Compact Framework
    • Common Language Runtime (CLR)
Exercise:  Programmation et administration d'un service CE
Exercise:  Programmation de l'API de gestion d'une base de donnée
Exercise:  Programmation réseau winsocket
  • PocketPC et Smartphone
  • Barres de menus
  • Gestion du Software Input Panel (SIP)
  • Notifications des shell PocketPC et Smartphone
  • Dialogues spécifiques
  • Fonctionnalité de démarrage automatique (autorun)
Exercise:  Installation des SDKs Windows Mobile pour Pocket PC et Smartphone