FreeRTOS FAT SL FileSystem – Using the FM24V10 FRAM

Summary Last week while working on a PSoC FreeRTOS Project, I looked at the CY8CKIT-044 Development kit that I was using and remembered that right under the Ambient Light Sensor there is a Cypress FM24V10 FRAM.  Way back, I started pushing our Development Kit team to put other Cypress parts onto the dev kits…. and […]

FreeRTOS Command Line Interface (CLI)

Summary In a previous article, I gnashed my teeth about my implementation of the FreeRTOS FAT SL.  Specifically, I wasn’t very happy about my command line interface.  What I did was cheap and easy, which sometimes is a good thing, but given that the FreeRTOS Command Line Interface comes as part of the FreeRTOS installation, it sure seemed […]

CY8CKIT-044 PSoC4200M Real Time Clock

Summary In my article entitled “FreeRTOS FAT SL – Musing on my Implementation“, I lamented that I was supposed to implement a Real Time Clock so that the reads and writes of files could be timestamped, but didnt.  I knew that the PSoC4200M Real Time Clock is actually really easy to use.  But, I didn’t […]

Reader Requests

This page is a consolidated list of requests that I have gotten from readers with specific requests for article topics.  You are welcome to make comments on this page and I will add it to my todo list. ToDo Requests: Use the USB Bulk Endpoint in a PSOC5 (or PSoC4) Modify the STDOUT work to […]