User Activity

I have a project that is created by Cube for the Keil compiler.The MCU is the STM32L486VG family.The default optimization level in that project is set to -O3 but I'd like it to be -O0.I cannot see where the default value gets set. I am assuming that ...
Posted on June 16, 2017 at 09:36Two problems that I have identified in the L4 HAL code that you should probably be interested in....Firstly in the SPI FIFO Flush code:The FIFO can operate in 8 or 16 bit mode, but the 2 bits that are used to track th...
Posted on July 28, 2015 at 12:43Hi,  I have been developing my S/W using a F411 Disco board. For the end product, I need to use the L476 device. So is there a way of migrating between the 2 devices, either within or outside the Cube tool ?. I'd pre...
Posted on June 16, 2015 at 10:45Hi,  I want to use the state of a GPIO Pin (It is driving a chip select on an SPI device) to determine that the SPI transfer has completed. I do know about the callback on the CMSIS code, but I'd prefer not to use tha...
Posted on January 30, 2015 at 10:54Hi, I am trying to get hold of a copy of Unico to help me debug a state machine in an LIS3DSH. I have filled in the request online a number of times, and even though the request to download has been approved each t...