ARM: STM32F401 in debug mode working else not (1 Replies)
Hi I have a simple code with uart2. When i running code in debug mode and i have to send 4 bytes of data all data been send but when I off debug button in keil and click reset button on board , code...
View ArticleARM: Dynamic syntax check red line does not disappear after correction (1...
Hello everybody, When I write a C code in a large file (more than 10,000 line code), I face a strange problem. The red line under the words which appear in dynamic syntax check feature, will not...
View ArticleARM: TO CHECK WHETHER RS 485 IS WORKING (1 Replies)
Inorder to check whether my rs 485 is working,i had connected my lpc2378 (rs485) with my PC through ADAM-4561(1 port isolated USB to RS 232/422 485converter).when i open the hyperterminal to see the...
View ArticleNone: Are there any predefinied macros for armasm? (1 Replies)
Hi, i want to check with a IF :DEF:xxxxxx if my assembler routine was assembled with the Keil assembler for ARM or with a IAR or with a TI toolchain. The compiler predefines like __arm__ are not...
View ArticleARM: uart programming in mdk 5 (4 Replies)
Hi, I would like to know how to program UART in MDK5? Could anyone help in this flow? Thank you in advance.
View ArticleARM: HTTP Digest authentication in Keil
Hi, I want to implement Digest authentication for encrypting login credentials of web server. Can anyone tell how to enable HTTP Digest authentication in Keil. Regards, Snehal.
View ArticleARM: STM32F4 / Microchip Hillstar MGC3130 (1 Replies)
Hello, Im using the gesture control device from microchip Hillstar development board MGC3130 and Im trying to build a small application to control the STM32F4 Leds through gests. The communication...
View ArticleARM: MCBSTM32F200 flash external NOR (3 Replies)
Hi I have the evaluation board MCBSTM32F200 and I would know how to flash the Blinky's project into the external Flash NOR and run from this. As I know, in Options Target of uVision IDE you can define...
View ArticleARM: mew install: Device list is empty (3 Replies)
The real issue here is not my final complaint, as indicated by the title, but that the installation process is horribly broken. Please bear with me: I install MDK523. At the end a "Package something"...
View ArticleARM: CAN IMPLEMENTATION WITH LPC2378 (1 Replies)
Hello, I am working on LPC2378 processor for the first time I have to configure CAN controller.I am seeing there are many website which provide timing calculator but no one discuss about how to achive...
View ArticleNone: How to debug a pointer to an array?
Using the watch or memory debug windows, does anyone know of a way to view a pointer as if it were an array? i.e. uint8_t myArray[4]; uint8_t* myPtr = myArray; Normally, you'll only be able to see...
View ArticleARM: SPI3 and SD Card (13 Replies)
Hi Does anybody have a working example of an STM32F407VG reading and or writing an SD card using SPI3. I have tried everything but always fails on mount with fsMediaError am at my wits end, i have...
View ArticleARM: Can I restart RL-TCPnet (6 Replies)
Hi all, LPC4078, uVision 4.74.0.22, TCPnet/Net_Config.c v4.72 I have a bug in my release code that is very occasional and disappears when I change anything so I can't debug it or add debug prints or...
View ArticleARM: FreeRTOS compilation error in Keil
Hello, I am building FreeRTOS project. Compilation goes well. No warning, no errors. But Dynamic Syntax Checker lights error. FreeRTOS.h -> "error in include chain (portmacro.h): use of...
View ArticleARM: Configure External NOR flash with STM32f429 (5 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: Cannot write project file ! (2 Replies)
I'm just installed Keil ARM latest version and then when i launch it, I cannot create or modify any project file at all. https://i.imgsafe.org/176557ec70.png I tried uninstall, re-boost, reinstall it...
View ArticleNone: about CMSIS_OS2 and STM32HAL how use? (4 Replies)
STM32HAL need HAL_gettick() but CMSIS_OS2 without os_time how do i ... ( ¯¨̯¯̥̥ )
View ArticleNone: MDK-ARM v5.24 release date? (3 Replies)
Hello, Does anyone knows when it will be available the next version of MDK-ARM v5.24? Because I am developing a new system with RTOS, and I see that CMSIS-RTOS (RTX) has more debug support (System and...
View ArticleARM: ULINKPRO download/verify fails on STM32F072, but works with STLINK
I have a STM32F072 (Cortex-M0) and can't load a appliaction using my ULINK PRO. The same project works with STLINK perfectly. The download runs, but fails during verification at some random addresses....
View ArticleARM: No subject (1 Replies)
Why can't I see IFX Configwizard option under tools tab in Keil uVision5? I have IFX Configwizard software and keil uVision5. Can anyone tell me? Thanks
View Article