Lazarus versus Qt Creator

Yesterday I took a pause from working to vpc project and fired up Qt Creator to see the progress. It is much easier today to create modal dialog windows than it was when we had only the Qt Designer. It still lacks the features and versatility of pascal visual components but is to be expected, … Continue reading Lazarus versus Qt Creator

Low Layer Designer for Nucleo L152RE

Update 29 March, 2018: Started working at the pinout configuration for the Morpho connector, and clock configuration windows (dialogs). It goes slowly, as there are lots of controls that must be distinctly named and configured (the two right images from the pinout configuration window are just for reference, and will be removed later, and the clock … Continue reading Low Layer Designer for Nucleo L152RE

Even the Low Layer Driver can get a … cold

I finished testing both applications with DS18B20 temperature sensor so both libraries, onewire and ds18b20 are working well with Low Layer API. And the compiled code is almost four times smaller. The applications are identical with the ones written for HAL API.I prepared the library for the PCF8583 real clock timer that uses the I2C … Continue reading Even the Low Layer Driver can get a … cold