STM32 Cube project works on one STM32L062 but not another
Hello-
We are working with two different boards for the STM32L062, schematics of which I have attached. The first is a bare-bones development board for general testing and the second is our product. I have a Cube32MX project that enables the features we need the product to use and toggles a GPIO pin every 2 seconds so there is something to measure indicating the code is running. The issue we're having is that the code runs correctly on the development board, but on our product the code not only doesn't run but most or all of the GPIO pins appear to output logic HIGH. I've tried commenting out the peripheral init() functions from the Cube project so that only the GPIO code should be running, but to no effect. I can't see any non-standard wiring on our product's schematic that would raise any kind of issues. Note that although our schematic shows an oscillator Y1 attached to the chip, this and the two capacitors have been removed. Clearly something on our product design is causing this issue, but then what is it?
