User Activity

I have an STM32F103 (blue pill) connected to an NRF24L01. I have the interrupt from the NRF triggering an external interrupt, and I'm reading 16 bytes in to the STM32 using polling. All of that works dandy, but I would very much like to interrupt, ...
Posted on January 31, 2016 at 22:24I'm working my way through AN4061:http://www.st.com/web/en/resource/technical/document/application_note/DM00049914.pdfUnder section 2.3, it says ''This section describes the driver implemented for the EEPROM emulat...
Posted on August 22, 2015 at 16:10I was developing a system on the Nucleo board.  I then moved it to a custom proto PCB which I was programming from the Nucleo on-board ST Link.  Everything was great up to that point. When I reverted back to use the...
Posted on May 02, 2015 at 16:37 I'm using the Cube code generator to try and duplicate the Cube example project of generating an interrupt and toggling the user LED on a Nucleo L053R8 board. The example in the Cube package works fine, but trying...
Posted on April 26, 2015 at 19:36 I am using Cube generated code, exported to EWARM, running on a Nucleo L053R8 board. My question is how to select the active ADC source outside of the ADC initialization code. For instance, with channel 12 and 13...