C51: Programmer for ST UPSD32xx processor (2 Replies)
Anyone know of a simple programmer to work with an older ST Micro UPSD32xx processor? I do not need debug capabilities just to be able to flash code. Thanks!
View ArticleARM: MDK523 (4 Replies)
while downloading MDK523.exe it is showing that download failed and No file how can i download that file i need it very urgent. Thanks in advance.
View ArticleARM: Using Keil Hex file for programming (2 Replies)
Hi, I'd like to use the .hex output of the Keil compiler to program ADU320 flash. After reading thu http://www.keil.com/support/docs/1584/ i created a python which turns the hex file to c sructure...
View ArticleARM: silent Install of ARM MDK uVision (3 Replies)
due to project requirement we need a way to auto update and install uv4 when a new version is released, We have many pc, it is inefficiency to update one by one. Does any body know uv4 silent install??
View ArticleARM: Keil Floating licence not found
Hi I have the batch file to build the Keil uvproj. I have tested the batch file by manually executing it from command line. It works with out any issues. But I am trying to automate the same with...
View ArticleARM: RIT interrupt in keil uvision (6 Replies)
Hello, I have recently downloaded keil uvision and have written a code for LPC1768 device which uses RIT interrupt. When I compiled the code i didnt have any errors or warnings. But when i tried to...
View ArticleNone: Using Keil Logic Analyzer with TivaC Launchpad I/O
Hi All It appears to me that Keil Logic Analzer can't monitor an I/O pin on actual Hardware - and I find this very puzzling.. While running code on my TivaC launchpad in Debug mode with Keil u5, I can...
View ArticleARM: explanation and pin configuration for code in lpc2148 (3 Replies)
int x; PINSEL0 = (PINSEL0 & 0x3FFF3FF0) | 0x00000005; // Configure pins for touch screen PINSEL1 = (PINSEL1 & 0xC3FFFFFF) | 0x10000000; IO0DIR = (IO0DIR & 0xDFFF7F7F) |...
View ArticleARM: question (2 Replies)
ive downloaded a copy of mdk keil compiler now i want to integrate scrum features can someone tell me how waiting for your valuable answers
View ArticleARM: ST32F4 interface to RA8875 with SPI
I am using STM32F429ZI Nucleo board, and Eastrising 5" display with RA8875. when I download several demos from mbed onto the board, they seem to work. When I use sym32CubeMX, and mimic the mbed (and...
View ArticleC51: error c129: missing ';' before 'rs' (6 Replies)
#include<reg51.h> // LCD Pin Definitions // Sbit rs = P3^6; Sbit rw = P3^5; Sbit en = P3^4; #define dataport P2 ////////////////////// // PIR SENSOR INPUT // Sbit pir = P1^0;...
View ArticleARM: ARM code location (1 Replies)
Among other .c files, my code has one (less then 1kb) which I would like to place at some predetermined location in my ARN CPU flash. That file is in fact consisted mostly of constant data. Is there...
View ArticleC51: error c129: missing ';' before 'rs' (from closed thread) (1 Replies)
>>HOW DID U SOLVED IT?? PLEASE REPLY. http://www.keil.com/forum/61224/ Try not to shout. First error related to case, and the second to a missing space. unsigned intmsec should be...
View ArticleARM: MbedTLS Keil PACK V1.1.1 - problems with source code
Hi, I think I may have found a bug in the "net.c" file (snippet of code shown below) where the function "netDNSc_GetHostByName" always returns "netInvalidParameter". This is caused by the variable...
View ArticleARM: lpc2103 programming fail by jtag (4 Replies)
Dear All, Thank you!!! I have too many boards that has the lpc2103. but problem is that, out of 100 boards 52 boards has the problem of programming failure. I am using ULINK2 20 wire JTAG programmer...
View ArticleARM: Problems with filesystem (3 Replies)
Hi, I am trying to use the filesystem with a NOR flash (AT45DB641E) on SPI1. I have all the middleware pulled in okay, but I cannot find where to tell it to use SPI1. It uses SPI0 by default, which is...
View ArticleARM: uart printf nuvoton keil (1 Replies)
I am using Nuvoton ARM Board. Here i want to use UART1 but the printf function is not working for any other UART port leaving UART0. void SYS_Init(void) {...
View ArticleARM: Cannot debug project because of Cannot access target error (1 Replies)
Dear Sirs and Madams! I am having problems debuging following code: void ueInitLCD(void) { // Initialization structures I2C_InitTypeDef ueI2C_NCP5623_InitStructure; SPI_InitTypeDef...
View ArticleNone: seeking bi-linear interpolation example code
I'm looking for an example of how the pData data table is configured in the arm+bilinear_interp_instance_f32 structure. I have read the online notes, but I don't understand how to implement this Ross
View ArticleARM: Variable value not showing up in Watch (uVision) (1 Replies)
Hi guys, I'm new to Keil uVision so go easy on me! I'm having a very simple problem: I'm trying to see the value of a variable in Watch but it does not show up. The variable is named "angle" and is...
View Article