ARM: STM32F103 - Std Periph Driver not working with bootloader (1 Replies)
I am running into an issue with the ST Standard Peripheral Driver. If I download my project to my STM32F103 at Vector 0x08000000, it runs fine. If I use my bootloader to load my project to 0x08004000...
View ArticleARM: Getting FileSystem example working without ULINK (3 Replies)
Hello, I am trying FileSystem example on FRDM K64F. However I can't get it working without ULINK. It says I need it in order to get it working. Is there any work around? Can I use serial port instead...
View ArticleC51: C51 FATAL-ERROR : NON-NULL ARGUMENT EXPECTED (3 Replies)
I'm using Simplicity Studio with Keil C51 v9.53... I tried enabling c99 compatibility by adding "--c99" to the"Additional Flags" setting within the compiler settings in project properties. Long story...
View ArticleNone: Internal fault: [0xb3b91b:5060422] compiling mbedTLS (1 Replies)
I'm getting an odd "Internal fault: [0xb3b91b:5060422]" during the"linking.." stage when I am trying to add the mbedTLS library to my project. I have verified this fault when compiling it for both an...
View ArticleARM: EINT3 doesn´t work on MCB1700 with LPC1758
Hello everyone, I have tried to make a external interrupt with any Pin of port0 and port2 to trigger a EINT3 interrupt but sadly it didn´t work have tried everything even simple...
View ArticleARM: problem with using RL_USB when remove USB flash memory?! (1 Replies)
Hi. I want to use RL_USB in my project for reading and writing files into USB flash memory. LPC1768 was chosen for this purpose and write and read operations are worked good. Now I want add more parts...
View ArticleARM: COVERAGE SAVE file format for Cortex M1
Hello there, I would need to know what is the format used for Keil µVision v4.23 when saving coverage information to a .kcd file I've been able to get the format for the 8051...
View ArticleARM: USB HOST LPC1768 -> Reading game stick (1 Replies)
I want to read a game stick (joy stick and other keys) with USB interface ! I connected game stick to my Lpc1768 But I cannot read it! however I can read a MSD Flash with lpc1768. can u help me ?
View ArticleARM: PA3 GPIO problem Stm32f107 (2 Replies)
Hi, Here is my GPIO settings for PA3 GPIO_InitTypeDef GPIOSt; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); GPIOSt.GPIO_Mode=GPIO_Mode_Out_PP; GPIOSt.GPIO_Pin=GPIO_Pin_3;...
View ArticleARM: Configure External NOR flash with STM32f429 (14 Replies)
Hello, I'm working on a STM32F429ZI board and S29GL128S External NOR Flash in order to save some code (images among others). I'm trying to configure the project, but I do something wrong because the...
View ArticleARM: Nand Flash Algorithm
Hi all, I am creating a FLM file for Nand Flash in Keil. So far, I am able to create a FLM file. The erase sector is working fine. The Program Function is success with hard-coded values. But if i...
View ArticleNone: Sugesstions (2 Replies)
Please Add Black,White themes for editor. and restore to default.
View ArticleARM: CGI
Hi, I am working on HTTP server example in Keil MDK5. I would like to display certain data received through CAN to the web page. Then how to make changes to the CGI code. I hve received the values to...
View ArticleC51: Project compiles with no errors but will not build (2 Replies)
Hey, I've looked around on Google and through these forums. I cannot find a solution to my problem. I'm willing to try suggestions and am eager to figure this out. The problem: I have a project that...
View ArticleARM: Discrete ??
Hi. O have a stm32f010 chip. It works ok and i write extreme hard core code for it. Now i want to show my hatdware skill and need to create a discrete copy of the devlopgement board with transistors...
View ArticleARM: 8bit Atmel Project not building in Keil for Cortex M3 (3 Replies)
Hello! I have a project of 8bit Atmel Microcontroller. I want this project to be compiled in Keil for Cortex M3 Microcontroller. But I have some issues. 1. I have an error "SFR undefined identifier"....
View ArticleARM: rtx rtos delay
Dear All, I am using STM32F373 with Keil RTX RTOS. There are a few tasks being created. all are at the same priority level. tick time is 1ms. most of the time these tasks are not active, only checking...
View ArticleARM: How do I auto connect bluetooth given a BD address? (3 Replies)
I am trying to connect two boards (the Rigado BMD-301 and the TI CC2650 launch pad) and cannot figure a way for the Rigado to pickup and connect to the TI. We have the BD address of the TI board and...
View ArticleARM: Problem in executing a program with LPC2129 (1 Replies)
I am new in embedded programming. Actually I want to run a c program that have used LPC21xx.h header file. I have tried keil uvision 5 and keil uvision 3 both. In keil uvision 5 there is no device...
View ArticleARM: Error: L6218E - Working with LCD (NXP 1788 - segger)
Hi, I setup a project with the help of RTE in keil v5.23 in order to work with LCD. but when I compile the project I face with this error .\Objects\lcd.axf: Error: L6218E: Undefined symbol...
View Article