User Activity

Posted on November 17, 2017 at 17:36Hello everyone,I was researching about the TSC (Touch Sensing Controller) of my Board Nucleo L053R8 and I found that there it has  something called 'the analog switch'.The TSC is composed of several groups. Each g...
Posted on August 28, 2017 at 18:08Hello everyone,I am having a bit of trouble with the SPI communication between two STM32L053R8 boards.I have a master who is sending 15 bytes every second to the slave.  The slave must also return 15 Bytes.Tha maste...
Posted on August 23, 2017 at 14:42Hello everyone,I am trying to test the communication between the two SPI modules of my board. The master (SPI1) must sent an command to the slave (SPI2). If the command is 0x31 the slave must send back 15 Bytes of d...
Posted on August 18, 2017 at 16:53I would like to use the flash memory for store some data. For this reason I need to assure that some flash memory will be free.##stm32-l0