User Activity

I see that 128 pin package is supported even though it is a non-stocked item at Digikey. I can build a project for that package, but I need to build for the 64 pin package. How can I do that?
Posted on March 27, 2017 at 14:15Start with new CubeMX project, selecting NucleoF303ZE board. Enable 1 single ended channel on each of ADC1 and ADC3. Select Regular Conversion Trigger for both. CubeMX generates this line in MX_ADC3_Init():  hadc3.In...
Posted on March 27, 2017 at 01:42Possible bug in CubeMX 4.20.0?Using Nucleo 303ZE board, and Atollic 7.1.1Build dead simple default project, except in RCC, set High Speed Clock to 'BYPASS Clock Source', and select HSE as input to PLL.In main.c you'l...