Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

keil

  1. T

    problem in keil 5

    hi everyone I'm using keil 5 for stm32 i have problems fist while building my project some black window comes i attached their pictures. second when i want to load my project i have this error : ERROR:Flash Download failed - could not load file 'C:\Users\..............' when i delete...
  2. P

    Unable to Turn on Pins of STM32F446RE

    HI, I have written the below code for my STM32F446RE Nucleo board. All I am trying to do is turn on Pin PA3, Pin PA2 and onboard LED Pin PA5. The code compiled and flashed successfully. But no success in turning on LED pins except onboard LED Pin PA5. I don't know why Pin PA3 and Pin PA2 is...
  3. Tanmay_Karmakar

    How to define an array of binary 8 bit numbers in keil?

    I've tried putting suffix 'y' followed by binary numbers within an array in header file but "syntax error near 'y', expected '}' " appear. Kindly ignore the first array of the attachment. extern unsigned int A[8]={ 00111100y, 01100110y, 01100110y, 01111110y, 01100110y, 01100110y, 01100110y};
  4. tom xiao

    A kind of SWD & JTAG Isolater

    Hi, I designed a kind of SWD & JTAG Isolater for Jlink & STLINK, for online debugging. This may keep person and PC USB port from PCB board burning. Can be used in Motor Control, Digital Power and some high-voltage applications. IDE: Keil, IAR, Jflash, STM32 ST-LINK Utility; SWD: 2MHz; JTAG: 6MHz;
  5. A

    timestamp from a microcontroller in millisecond

    I am doing a project in keil uvision. I need to send timestamp from microcontroller (stm32f103rbt6) in Milliseconds to check events using C. I already found a program similar to this n it`s already in seconds n i need to change it from seconds to millisecond. i am new to microcontroller...

Latest threads

New Articles From Microcontroller Tips

Back
Top