Socca Systems Embedded Linux Systems & Software

Embedded Linux Systems & Software

Socca Systems is a small software company, based in Southern France, providing custom services for customers using embedded Linux systems.

We have contributed to products developed for the automotive industry, telecommunication industry, and various types of embedded Linux systems.

Our research & development expertise is targeted towards embedded systems and robotics.

We are providing on-site and remote technical consulting services for companies accross Europe.

Expertise

  • Software Development
  • Embedded Linux Systems
  • Software/Hardware Integration
  • Linux Kernel
  • Yocto Support

Platforms

  • ARM/Linux
  • Texas Instruments
  • Qualcomm
  • NXP

Agrément CIR pour 2021, 2022, et 2023

Socca Systems a le plaisir d’annoncer avoir reçu l’agrément Crédit d’Impôt Recherche (CIR) du Ministère de l’Enseignement Supérieur et de la Recherche, et ce pour les années 2021, 2022 et 2023.

Notre expertise en recherche et développement est centrée sur les systèmes embarqués et la robotique.

Read more...

How the hell-o world?!

We have all seen the canonical C language “hello world” program, but how many of us have really looked into how this simple program works?

#include <stdio.h>
int main(int argc, char **argv) {
  printf("hello world\n");
}

I invite you to follow along as I go down the rabbit hole…

Read more...
Find more articles by browsing the categories, tags, or archives pages. Thanks for visiting!