Masters or foreign equivalent degree in Computer Engineering, Electrical Engineering or a related field and two 2 years of experience in the job offered or related occupation.br br Experience must include two 2 years withbr br br 1. Embedded systems firmware design and development with RTOS like ERCOS or ThreadX;br 2. Programming languages C, Assembly or Python, C.br 3. Firmware development on RISC based SoC or ARM based or other multicore CPU based Microcontrollers;br 4. Performance measurements and analysis for Firmware and providing optimized solutions;br 5. Firmware development following MISRA C coding guidelines or C coding language;br 6. Device driver development for communication protocols like SPI, I2C, UART or MDIO including Implementation and debugging of interrupt handlers;br 7. Supporting failure analysis and solving customer issues;br 8. Windows platform for development, verification, debugging and testing with Logic Analyzers or Oscilloscope;br 9. Version control systems such as GIT or SVN and taskbug workflow management tools like Jira or ClearQuest.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });