User Activity

Hello,I need to power the NucleoF103 development board using an external 3.3V power supply. I have read in the NucleoF103 manual that this is possible by removing SB2 (to disconnect the voltage regulator output) and SB12 (to disconnect NRST). I also ...
Posted on April 12, 2018 at 10:08I have designed a board with STM32F334R8T6. The STM32 pins are configured as in the attached file (I do not think there is a problem here since I have already used the same configuration without problems). The microc...
Posted on December 04, 2017 at 18:18I am using Nucleo F334 and STM32 Workbench as IDE.I need to build a bridge between UART2 and UART3. It should work this way: data are continously acquired on USART3_RX by interrupt and transmitted on USART2_TX.I a...
Posted on September 28, 2017 at 10:44I am using the Nucleo F334 development board. I was trying to read the ADC values of PB0 and PB1 (ADC1 CH11 and CH12) using DMA in circular mode. The code should transfer the two 16 bit values of ADC to the varia...
Posted on September 27, 2017 at 11:43I work on a STM32F334 Nucleo board featuring the STM32F334R8 microcontroller.I have the need to check the value of the lowest 8 bits of two digital ports (only PC0-7 is used in this example) as quick as possible....