Posted on September 18, 2017 at 16:08
Hello,
I'm working on a project using a STM32L4
I'm using RS232 on the USART1 (with a MAX2328). I'm connecting the RS232 on my computer using a USB adaptator. And I use a RS232 analyzer with LEDs to mon...
Posted on September 19, 2017 at 10:13I found the 'peripheral' menu, it's named 'I/O Register' in System Workbench for STM32.The GPIO and RCC registers contain the same settings that I set up.When I use the HAL_GPIO_WritePin on one the 3 pins from GP...
Posted on September 18, 2017 at 17:04Sorry, I'm kind of a beginner at this, what do you mean by reviewing the peripheral settings with the debugger ?The GPIO Clocks are enabled. Also I can control the pin 8 of GPIOA (even though I can't see it on th...