Quantcast
Browsing all 3049 articles
Browse latest View live

ARM: Conversion problem (13 Replies)

uint64_t build_table ( int32_t myparameter ) { if ( myparameter == 7 ) { return BOOL_TRUE; } else if (myparameter == 29 ) { return BOOL_FALSE; } else { return 23; } return 5; }

View Article


ARM: Absence of Coloring in Keil IDE (7 Replies)

Hi everyone. My English not well sory. So far, I have used some of IDE such as Eclipse, Qt Creator that have code coloring skills. Unfortunately, in the Keil IDE, I did'nt see any coloring skills. For...

View Article


ARM: Manage Run Time Environment greyed out (6 Replies)

Hello, Using uVision V5.21.1.0 on embedded CM4 the "Manage>Run Time Environment" menu is greyed out. I need this to setup stdio to the debugger. Any ideas? Thanks, Tom

View Article

ARM: lpc 1769 to pc communication via usb to send character or text file (1...

I am using USB for First Time. I want to send string of characters to PC via usb. Can anyone know how should i do it? any one have sample code for this.Please help.

View Article

ARM: uart pack installer issue

Dear All, I'm trying to implement "UART" into the cortex-m3 by using uVision5.24. So I opened pack installer of uVision. But I can't find any regarding of UART in Pack Installer. All...

View Article


None: Can I import uVision projects to DS-MDK? (1 Replies)

Hello, I am using DS-MDK under Linux and I'm trying to open a project which was done using Keil uVision under Windows, i.e. project file has .uvprojx extension. Is there a way to migrate the project...

View Article

ARM: SysTick Handler Multiply defined (14 Replies)

Hi, I am using NUCLEOL152RE board.I loaded X-NUCLEO-IKS01A1 example datalog project. I'm still fairly new to Keil so this may be a very silly question but when trying to compile a project, I get the...

View Article

ARM: Printf not working in STM32F303VCT (2 Replies)

Hello, i´ve followed all tutorials/threads trying to send printf() to the Debug(Printf)Viewer but not luck untill now. i can see the corrects characters within the ITM Stimulus Port Register...

View Article


ARM: serial comunication using 7026 (1 Replies)

hi, i want to send three bytes of data that is taken through user input from keyboard .. now i want to send that 3 bytes of data using data commands from pc to 7026 mc.....pls help me....this is very...

View Article


ARM: CAN FD bit rate (3 Replies)

Hello Techies, I am working in CAN FD. I am trying with 500kbps/2Mbps Nominal(arbitration) and data bitrate. When i am choosing Nominal sampling point : 80 , Data sampling point : 70 Nominal sampling...

View Article

ARM: Download KEIL uVision 4 (12 Replies)

Hi! Please tell me from where can I download KEIL uVISION 4 and other older versions if not here on the official website. Thanks

View Article

ARM: warning: implicit declaration of function 'ITM_SenderChar' is invalid in...

Hi. I came across the warning message as follow warning: implicit declaration of function 'ITM_SenderChar' is invalid in C99 when I implement ITM_SendChar('\r'); what am I supposed to do to resolve...

View Article

ARM: CMSIS RTOS2 API is missing (2 Replies)

Hi, I am working with Freertos kernel in ARM cortex microcontrollers. So, I felt Keil complier has a better optimization level comparing others. So i planned to using Freertos with Keil. i installed...

View Article


ARM: Adding FreeRTOS Support for ARM v7 and v9 devices

Hi How to add the FreeRTOS files in ARMv7 or ARMv9 devices. i was able to include only the startup file (.s) while creating a new project for legacy devices with legacy device support. But how should...

View Article

ARM: How does printf and scanf connect to fputc and fgetc ? (3 Replies)

Hi. I came across that fputc() is connected with printf() and fgetc is connected with scanf() in cortex-m3 uVision Keil firmware program. But I can't find exactly how does it connect between them....

View Article


ARM: RTOS2 priority grouping (3 Replies)

Hello, I have adapted my last project to the new RTOS2 RTX. It works fine but I think I found a bug : 'SVC_Initialize' function in 'rtx_kernel.c' uses the priority grouping configuration but priority...

View Article

None: uVision download blocked by firewall (2 Replies)

Hello, I'm trying to download the latest uVision (5.24) but my company's firewall is blocking it, saying it's found a trojan. Does anybody else have the same problem? Regards, Pavel

View Article


None: Dummy variable declaration/removal makes RTX run (1 Replies)

So I am developing on a STM32F746 using Keil RTX and I have this weird bug where if I declare a dummy variable at a specific emplacement the OS threads won't execute. At one point the variable was...

View Article

None: TripleMode ADC with DMA-Access (2 Replies)

Hello everyone! I've just picked up a STM32F446 and am currently learning to program it. To be honest: I'm struggling quite hard (coming from very simple processors like the PIC16 - the most advanced...

View Article

ARM: The lack of STM32 USART (interrupt mode) Example issue

Hi. In order to implement STM32 USART (interrupt mode), so I've got STM32 USART (interrupt mode) Example file from here http://www.keil.com/download/docs/359.asp But I've got a message from keil's...

View Article
Browsing all 3049 articles
Browse latest View live