-
Embedded Programming Pattern: Solution Comparison
We end our series of articles on BeRTOS kernel with a reasoned comparison of the various solutions we have seen. Continua → -
Embedded Programming Pattern: Preemptive Kernel
The preemptive kernel delivers maximum performance but complicates application's code. This solution is really powerful but, as Spiderman teaches, "with great power comes great responsibility". Continua → -
Embedded Programming Pattern: cooperative kernel
Increase your application's performance using the kernel. Contrary to common belief, even a cooperative kernel provides excellent real-time performance, when used in the right way. Continua → -
Embedded Programming Pattern: Synctimers
BeRTOS gives you a simple yet powerful tool to execute recurrent actions: synctimers. Continua → -
Embedded Programming Pattern: No Kernel
Let's analyze the typical requests and patterns that an embedded developer must face and present an example embedded application. Continua → -
Embedded programming patterns: Kernel Overview
First issue of a series of articles that give an overview on the various possibilities to use a kernel in embedded operating systems, guiding you in the choice of the best solution for your use case. Continua → -
Using multiple CPUs with BeRTOS
SMP with BeRTOS is possible, you just need to communicate data between processors; here is a possible solution. Continua → -
Expanding BeRTOS multimedia features
I've always been attracted by multimedia software because, in contrast to common software, you actually get something to see or hear. So I've decided to start a Develer 20 project to improve multimedia features in BeRTOS. Continua → -
The beauty of multiproject
Some days ago I've put my hands on a fairly complex Visual Studio project, with a project for each different DLL. The build system simply compiled all the projects with one click. This reminds me that Bertos' build system supports something very similar. Continua → -
Using FAT and SD cards with BeRTOS
Recently someone noted in the mailing list that it's not clear (to say the least) how to use the FAT file system with BeRTOS. While I think you can figure it out if you're using SD cards, in this post I'll try to summarize what it's needed to use a different memory support. Continua →
10 posts in "programming"
Categoria dedicata alla programmazione dei sistemi embedded. Consigli e argomenti inerenti alla programmazione ed eventuali risorse consigliate.
