- we have SPI1, 2 and 3, conform with SPL library (still, only master for now);- we have ADC1 peripheral and now pins can be selected as ADC_INx channels;- a function to read the ADC1 values, in spl_library folder;- small code optimizations here and there...Code committed in the repository. What next? Modify the I2C code … Continue reading We have SPI and ADC peripherals
Month: January 2019
New "things" added…
I've added a new pin function, "ADIN" that manages the ADC input channels, a proper initialization function for ADC1, an with a status LED on the main window, and an "ADC1 Setup" window.I've also added an ADC reading function in "my_soft_adc.h" header from "spl_library" folder. Not yet committed in repository because I am not ready … Continue reading New "things" added…
Closer to SPL library…
I redesigned SPI(1,2,3) setup windows to reflect the elements from SPL library. As things are in CubeMX, just creates confusion and anyway, there is no need of a CubeMX clone. VPC is a visual configurator for projects that still use the old and battle tested SPL library. I2C might follow (in redesigning the interface) but … Continue reading Closer to SPL library…