• STM32 - GPIO Manually Enabling pin problem.. HELP?
    I am attempting to enable a specific pin in the GIPOA. When I enter debug mode and execute the command that should enable the pin: ODR8, it does not enable. So, I tried to enable it manually using the...
  • Unable to Run Hello.c from the Example Project in µVision v5
    Hello, I recently installed Keil µVision v5. I am interested in seeing if an older project that was built and run in Keil µVision v4 will work without any issue in the newer version of the IDE. Unfortunately...
  • Reset and Run not working with STM32G0xx boards?
    Hi all. I've just started with STM32 controllers and Keil uVision seems to be a nicer IDE than Cube32IDE, just for code auto-completion if nothing else. However, I'm having an issue with my Nucleo...
  • LPC2148 Pin Data fetching issue
    I want to get the count whenever a pin gets high and store it in a variable and then use every count of the variable in if loop for my process. What would be the syntax and how can i add a counter if...
  • stm32F103+ENC28j60 as TCP Cleint
    I try to make my stm32+ enc28j60 as client but the sample I found is the web server which can turn the led on/off. the one of library is ip_arp_udp_tcp.c but it doesn't say any way to send the socket...