User Activity

I have two nucleo stm32f303re boards. When connected to PC one shows up as mass storage NODE_F303RE(F:). The other one shows up as NOD_F303RE(F:). Missing 'E'. Changing the windows label works but is only temporary. How can I change it in the ST-link...
Hi. Any recommendations for an IDE and toolchain for a Nucleo board with STM32f3xx. I want to be close to the metal and would like to access registers directly example:TIMER1_BASE->CR1 |= 0X0001; // Start timerCapture[edge] = TIMER2_BASE->CCR1​;I wa...
Hi, I'm new here. Working with STM32F303 and wanting to use the DAC externally and internally with comparators in an adaptive threshold config. Can the DAC be disconnected and the COMP internal + point hold a charge and continue to work while the DAC...