Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all 3049 articles
Browse latest View live

None: Configuring and Accessing External Flash (1 Replies)

$
0
0
Hi, Could any one help me out In configuring and accessing the external Flash for the Stm32F417 series micro.

None: Cannot download any package with the Pack Installer at all (4 Replies)

$
0
0
When I first start up the Pack Installer, everything works fine and as expected. It downloads all the pack descriptions, detects old versions and sets up everything so I only have to Install or update packages. But no matter what I do, and which specific package I choose, I always get the same error message:"Cannot download file http://www.keil.com/pack/XXXX: Cannot download URL (connection interrupted)" with XXXX being the chosen package. Nothing works at a

ARM: CMSIS-RTOS2 and CMSIS perpherial code HAL timeout

$
0
0
Folks Looking for a sanity check and perhaps looking to see how others are dealing with this issue So I had fault with a peripheral on a stm32F1xx where basically it would never timed out so that the PC would end up caught in a while() loop it effectively killed an RTOS task and caused the system to fail in a bad way. Looking at the ST provided CMSIS HAL Driver code eg SPI transmit receive code you see references to /* Init tickstart for timeout management*/ ticksta

None: Error flash download failed on discovery board

$
0
0
Hi guys, I have recently switched from arduino to arm, so I am a total beginner, so please bare with me :-). I have bought stm32f051 discovery board and now I want to start with ARMs. I have downloaded cubemx, keil and st link drivers with st link utility. I Have created new project in cubemx, just simple one, I wanted to blink builtin LED on board, configured few pins and than opened project in KEIL V5. I wrote simple blinky code, which just toggles pin with delay. I have configure

C51: C141 error at line 12: syntax error near ';' and syntax error near ')' encountered

$
0
0
1 #include <REGX52.H> 2 void delay_and_check_1(void); 3 void delay_and_check(void); 4 void check_button_pres(void); 5 void display_value(void); 6 #define column 000001111; 7 unsigned char store=0x00; 8 unsigned char count=0x00; 9 void main(void){ 10 while (1){ 11 P0 = column; 12 while (P0 == column){} 13 check_button_pres(); } }

None: PHP Online Training

$
0
0
Great posting with useful topics.Thank you. https://glimtechnologies.com/training-courses/abinitio-online-training/ https://glimtechnologies.com/training-courses/hadoop-online-training/ https://glimtechnologies.com/training-courses/cognos-online-training/ https://glimtechnologies.com/training-courses/php-online-training/ https://glimtechnologies.com/training-courses/pega-online-training/

ARM: No System & Thread Viewer with ARM Compiler 6

$
0
0
Is System and Thread Viewer in uVision not supposed to work if a project is compiled with ARM Compiler 6? I create a simple project with only Keil RTX (4.81.1), Startup and CMSIS CORE (5.1.1), and create a main and a thread. With ARM Compiler 5 selected, I can view the threads while debugging, but with ARM Compiler 6 I see nothing. I know it's said already that the S&TV isn't compatible with RTX5 yet but this is still the older RTX. MDK Pro 5.24a used.

None: Buy COUNTERFEIT MONEY; £,$,€,SSD CHEMICALS & FAKE PAPERS

$
0
0
Buy high-quality, real paper, visa, driving license, identity cards,Diplomas.We are a team of professionals with many years of experience in producing fake papers and other identity documents, the best producers of quality fake documents. With More than million documents circulating in the world. We offer only original high-quality true-false papers, driving license, ID cards, stamps, birth certificates, fake diplomas International and other products for a number of countries such as US

None: Error Compiling project - can't find header file (3 Replies)

$
0
0
I am getting the following error upon compiling a simple project for STM32F407VG on MDK version 5 for the Discovery Board. All packs are installed fine. Please note, the header file is all uppercase in this example. Any suggestions? Do I need to transition the project to version 5? Build target 'CPUAsmLab' assembling startup_stm32f4xx.s... compiling system_stm32f4xx.c... system_stm32f4xx.c(117): error: #5: cannot open source input file "stm32f4xx.h": No such fi

ARM: ATHMESH NANDAKUMAR - Read Only Thread - Can't Find Header File

$
0
0
http://www.keil.com/forum/60042/ stm32f0xx_hal_conf.h is a project specific file you have in your own project directory. Review example projects and templates for an instance. STM32Cube_FW_F0_V1.0.0\Projects\STM32072B_EVAL\Templates\Inc\stm32f0xx_hal_conf.h

ARM: Have to restart Keil uVision4 after Debug session (1 Replies)

$
0
0
I have a very strange problem. After stopping the Debug session, cannot download code to flash memory anymore, got error: "Flash Download failed - "Cortex-M4". I have to restart Keil to be able to Download code to flash memory again. It happens every time after Debug session. If I try to start Debug session again, Keil will crash. It worked before,the problems started when I created new user on my windows pc and deleted old one. i have tried to re

C51: dynamica allocation in keil with c++ (1 Replies)

$
0
0
1). how to solve the problem of auto segment to large.? 2)how to dynamically allocate memory in keil? malloc etc. functions are concerned with c. but can we use 'new' operator in keil when programing using C++. is there any other method with c++ in keil to dynammically allocate memory?

ARM: RTOS and ISP (1 Replies)

$
0
0
I'm working o MCB2140 arm7 development board. I want to download RTOS into this board, can I port FreeRTOS into it? While downloading program into this board using flash magic it always show baud rate error. Please give me details of jumpers i.e. which should be removed and which shouldbe installed while downlding program using isp mode.

ARM: ADC LPC2148

$
0
0
I am using LPC2148 and I'm doing my work on ADC . I did 2 channels of ADC and its working perfectly but when I'm gone to 3rd channel output of 3rd channel is not working and i want to know that if we see 8 channel of ADC at a time? #include<lpc214x.h> #include"lcd_arm.h" #include"adc1.c" #define zero 48 int digit,digit1,digit2,digit3,digit4,digit5,digit6,digit7,digit8,digit9,digit10; void adc0(void); void

None: Global variables and local variables misbehaving in KEIL uvision 5 when using with STMCUBEMX

$
0
0
Hi, I am working on STM32F407 discovery board . I am using STMCUBEMX for using the HAL drivers. It is working fine. I am working on ADC to read the battery voltage . I have used STMCUBEMX for creating the ADC configuration. The configuration code has generated successfully. I have changed the main function code as per this to read the battery voltage. I have declared BAT_Output and adcval as global varibles uint32_t adcval; float BAT_output; int main(void) {

ARM: PPP Library seems work only on debug mode

$
0
0
Hi all, i'm using network library PPP over USART1 on Nucleo STM32F410. USART1 is connected with a external Telit Modem at the moment using only TX and RX pin (PA9 tx and PA10 rx). Also i'm using stdout user on ST-Link usb2serial virtual port towards win7 pc. If i using a RTE ipv4/ipv6 network component 7.8.0 in release mode my simple application is not able to obtain PPP ip address and DNS address from the network. If i use RTE ipv4/ipv6 rel 7.8.0 network component in full deb

ARM: How make library file that need some defines in othel header file? (2 Replies)

$
0
0
Hello every body, i know how to build a library file. but now i need a library file that need a .h file for some defines. i have some constant that define pin map of board,i want make a .lib file that exclude one of header files, and when i want use this library file i must include a header file to main.c until project can compile. is it possible? if yes,how? Regards, Ham Lot

ARM: Problems with using SLABHIDDevice.dll (2 Replies)

$
0
0
Hello All! I'm trying to write a software using SLABHIDDevice.dll to communicate with my PCB with MCU EFM32GG332F1024 of Silicon Laboratories. On MCU work firmware that waits for a frame (64 bytes, interrupt endpoint) from the host and sends another frame the host back! When the program is started on the PC, my PCB is detected, all the string descriptors are correctly read, the HID is opened! All this is done by using SLIBHIDDevice.dll without errors! However, when I try t

ARM: Debugger/OS support in uVision 5.24 requires Keil version of RTOS? (2 Replies)

$
0
0
Hello, I have a STM32 project generated with STM CubeMX, it includes freeRTOS. It builds and runs correctly. The problem is that System and Trhead viewer in the debug menu will not show any freeRTOS task or other object. Is this because no Keil freeRTOS components are selected in the project? The freeRTOS modules come from the STM (CubeMX) library. How to convince the debugger to use whatever freeRTOS I have, without breaking and reconfiguring the project? Any tool/advicce

ARM: Download KEIL uVision 4 (20 Replies)

$
0
0
Hi! Please tell me from where can I download KEIL uVISION 4 and other older versions if not here on the official website. Thanks
Viewing all 3049 articles
Browse latest View live