None: "KEIL" - so how do you pronounce it? (8 Replies)
Time for a serious Friday question! Like the title says, is it like the boy's name "Kyle", or like the"Keel" on a boat? I have always pronounced it "Kyle", but my colleagues disagree. Maybe somebody...
View ArticleARM: nonRTX applicaiton faults after using RTX bootloader (5 Replies)
Hi, Is there something the RTX does, that then effectively stops a non-RTX process from running? I have an old and new bootloader (the old is incumbent on the machines and I'm forced, for the time...
View ArticleARM: CMSIS library Network Bug (1 Replies)
Hi, Here is my code that Send and transmit data between PC and my PHY to MCU simultaneously.(Stm32f10x) https://www.4shared.com/rar/HJCXHJwZei/1_online.html user:parisa.mohamadi227@gmail.com...
View ArticleARM: in house bootloader (4 Replies)
Hello, I am trying to make an in house bootloader for a home project. I made a program that just blinks an LED on and off every 500ms verified it works had keil generate the hex file transferred that...
View ArticleARM: STM32 Locked Flash Download failed - "Cortex-M3" (3...
I Have added FLASH_Unlock(); FLASH_ReadOutProtection(ENABLE); FLASH_Lock(); to my code and unfortunately it has locked my micro-controller. I use Manage Enviroment run time window to add "Flash"...
View ArticleC51: I need help with the error stated by the program. Yet I have placed the...
#include <at89c51xd2.h> #include <string.h> #include <stdio.h> #include "lcd.h" #define motor1Cnt1 P0_0 #define motor1Cnt2 P0_1 #define motor2Cnt1 P0_2...
View ArticleARM: problem with mci
hi to all, i done a project that in it i use sd card as storage, for some while it work prefet but after some time when i bought new sd card it dose not work. my new sd card is 4Gb class 10 while my...
View ArticleARM: fdelete error to delete directory (4 Replies)
I am using LPC1788 with RL-ARM & Keil MDK4. I am using the RL Flash File System with a NAND Flash. I have created a folder & successfully added several .txt files in it. Now i want to...
View ArticleARM: STM32F7 Ethernet-over-USB NCM Issue (1 Replies)
Hi Trying to make a project with Ethernet-over-USB using CDC Network Control Model middleware driver (STM32F746 MCU). The device is visible from host (Win7 x86) but cannot be started. Looks like...
View ArticleARM: CMSIS DSP arm_rfft_fast_f32()
Hello, I am working on an audio spectrum analyzer with LPCXpresso54608 (Cortex-M4F). I am working on a program to calculate the FFT spectrum of an input signal. All the functions from CMSIS library...
View ArticleNone: STM32Cube Framework API - STM32CubeMX versus Classic (1 Replies)
I'm interested in hearing other people's views on the pros and cons of configuring and managing a project's Device Cube framework API by using STM32CubeMX as opposed to the classic RTE_Device.h I...
View ArticleARM: Not able to use swd mode for flashing stm32f0xx device (1 Replies)
JLink info: ------------ DLL: V4.98e, compiled May 5 2015 11:00:52 Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04 Hardware: V7.00 S/N : 20090928 Feature(s) :...
View ArticleARM: NAND FLASH write issue
Hello everyone, I am using LPC1788 with Keil RTOS and done nand flash interface to write several .txt files in it , and i have written it properly by creating folder . Now i have faced the issue like...
View ArticleARM: Issues getting an output in debug viewer (2 Replies)
I am having trouble getting the output using printf command in the debug mode. despite clicking on 'run' button in the debug mode, it doesn't display anything in the debug viewer. Does anyone know how...
View ArticleARM: How to view Peripheral Dialogue for CAN in Keil MDK 5.22 (1 Replies)
Hi I am running a CAN Application on Keil MDK 5.22 using simulator.I wan to view Peripheral Dialogue for CAN in this IDE but I am unable to view it. Please help me to find out this dialogue so that I...
View ArticleNone: uVision - Config Wizard - Item not found!
I have the following header file for use in a project that uses the config wizard, however on trying to select "Rate Mode" in the drop down on the config wizard page, I get an "Item not found" error...
View ArticleARM: Is uVision 5.24 Preview a stable release? (1 Replies)
Hello, I came across a 5.24 Preview version of uVision here - http://www2.keil.com/mdk5/524/ However, if I simply try to download the latest version, I can only see this page...
View ArticleNone: Cannot delete uvision
i planned to upgrade my MDK uvison 4 each time i try to installing the new versions the installation app recognizes the previous version although i do not mark retain the current uvision configuration...
View ArticleARM: Network support for FRDM
Any idea? It seems Network middleware not supported for FRDM board. Anybody else has same issue or any work around?? Error #540: 'Keil.MDK-Pro::Network:CORE:Release:6.4.0' component is not available...
View ArticleNone: how to expand pwm pins? (1 Replies)
Hi i'm a beginner in MCUs world . i'm facing some issues ... in LPC17XX datasheet there are 6-output general purpose PWM available in LPC1768 I'm planning to use 7 PWM pin to control the speed of 7...
View Article