• What's the best way to port CMSIS UART from STM32F0xx to STM32G0xx
    An existing project runs on STM32F091, it use CMSIS USART driver (Async mode, ARM_DRIVER_USART Driver_USART1). Now I need to migrate this project to run on STM32 G 070. But for STM32G070, there aren't...
  • What's the best way to port CMSIS UART from STM32F0xx to STM32G0xx
    An existing project runs on STM32F091, it use CMSIS USART driver (Async mode, ARM_DRIVER_USART Driver_USART1). Now I need to migrate this project to run on STM32 G 070. But for STM32G070, there aren't...
  • Reset and Run error with flash download to a STM32vldiscovery board
    Hi all, I am having a problem using flash download to a stm32vldiscovery evaluation board. Whenever I have "reset and run" checked in the flash download settings, I get the error "Could not stop...
  • Reset and Run error with flash download to a STM32vldiscovery board
    Hi all, I am having a problem using flash download to a stm32vldiscovery evaluation board. Whenever I have "reset and run" checked in the flash download settings, I get the error "Could not stop...
  • PWM code not running on LPC2129 board but working on logic analyzer .
    #include<lpc214x.h> int main() { PINSEL0=0x00000002; // P0.0 to P0.15 pins of PORT0 as GPIO PINSEL1=0x00000000; // P0.21 Pin of PORT0 as PWM PINSEL2=0x00000000; // P1.16 to P1.31 pins of PORT1...