User Activity

Hi,I am currently working with the STM32WB Nucleo Boards. I wanted to flash a new FW on the Dongle. Therefore I enabled USB DFU Mode. I used the following command to write the new FW:$ ./STM32_Programmer.sh -c port=usb1 -w ~/Tools/STM32CubeWB/Project...
Posted on May 22, 2018 at 21:45Hey guys,i am using a custom board with a STM32L452CE MCU. I am trying to implement a 2 Line SPI with a sensor as slave. Communicating via Transmit and Receive separately works fine. However if I want to switch to Tran...
Posted on March 26, 2018 at 17:00Hey guys,i am right now working on the Nucleo L476 RG Board. I generated source code with STM32CubeMX (v4.25). I am using the internal opamp in 'Follower' mode and reading the output with the on-board adc. VCC is 3.3...