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

ARM: KEIL MDK V5 SLOW DURING TARGET BUILT (1 Replies)

i am used cube mx to generate a initialized template code, frustrating just a template code can take about 5 minute to compile. Is there any reason why it is very slow. I have disabled my antivirus...

View Article


None: uvision and RTX in combination with CubeMX (4 Replies)

Hi, I would like to use CubeMX and its grafical interface to generate code for my project in the Keil uvision IDE. I would like to use RTX RTOS too. I only found this tutorial:...

View Article


ARM: Power outage protected filesystem (2 Replies)

Hi all, We are using STM32F4 based platform and running on CMSIS Keil RTX RTOS version 1. We are using 6.6 version of Keil middleware. We are analysing a solution to prevent file corruption During...

View Article

ARM: zzzzzz

zzzzzzzzzzzcewvsdvdsvds

View Article

ARM: Web server displays weird characters

Hi, I am using HTTPS keil library. I am getting weird characters like symbols when I am trying to access Webserver of my device through CHrome or any web browser. All cgi files and images are in UTF8...

View Article


ARM: Position Independent Code - Linker Error

Hello there I'm trying to compile and link position independent code using the --apcs=/ropi compile option (C/C++: Read-Only Position Independent). Since I'm using --scatter I can't make use of the...

View Article

ARM: STM32CubeMX Framework can't compatible with the USB host Middleware (1...

I use MDK-ARM v5.24.2, CMSIS V5.0.1, MDK-MIDDLEWARE V7.4.1, STM32F4xx_DFP V2.11.0, new a project use the STM32CubeMX of the STM32Cube Framework(API), add a usb host msc to read and write file in the u...

View Article

ARM: Unknown ARM Architecture with RTX5

Using Keil MDK V5.24 for NXP LPC1343 with CMSIS RTX5. A #define "__ARM_ARCH_7M__" is missing in - maybe -"RTE_Components.h" (or in "LPC13xx.h" or in "system_LPC13xx.h" or in "core_cm3.h"). This then...

View Article


ARM: OS_ERROR_TIMER_OVF error (1 Replies)

I 'm got started coding the RTOS program by using RTX. And I encountered The error "OS_ERROR_TIMER_OVF" . According to the following program,It is occurred "due to User Timer Callback Queue overflow...

View Article


ARM: identical compiles produce different size images (4 Replies)

our units use dual images for upgrade safety which only differ in address locations. each image uses the same source with project files (.uvproj) that only change the scatter file used for linking....

View Article

ARM: µVision V5.15 Simulation not working.

I am using STM32F070CB device of vendor ST-Microelectronics and IDE-Version: µVision V5.15. When I start the simulation, (Just clicking on Start/Stop debug session) the IDE shows...

View Article

C51: static key word in user functions (3 Replies)

Can I use static key word in user function? FUNC char StateMachine(void) { static unsigned char _state; switch(_state) { case 0: ... } }

View Article

ARM: CC2640 (2 Replies)

Hi, I want to work on TI BLE STACK based on CC2640. Can you please let me know whether KEIL MDK-ARM is supported that CC2640? I couldn't able to find in both http://www.keil.com/dd/ &...

View Article


ARM: Keil IDE with MXCube mismatched projects

Folks, is it just me or other come across this problem. Using the Latest version of both tools. Starting a new project with the Hardware engineers giving me a STM mxCube project to get started on....

View Article

ARM: STM32F4 with two SDIO (1 Replies)

I WANT TO KNOW THE STM32F4 SERIES BOARD HAVING TWO SDIO INTERFACES???ANYONE PLEASE SUGGEST ME......

View Article


None: Compiler error #3734 (2 Replies)

Hello, compiling my source code, I encountered the following compiler error: "no source": Error: #3734: __packed qualifier dropped when passing argument to unprototyped function The MCU architecture...

View Article

ARM: -O3 triggers compiler error #3734

Hello, compiling my source code, I encountered the following compiler error: "no source": Error: #3734: __packed qualifier dropped when passing argument to unprototyped function The MCU architecture...

View Article


None: Error in ASM code for M4F

I use a TM4C123GH6PM board. I've been having issues while debugging assembly code. The code is as following: void delayMs(unsigned int n) { __asm("Y_LABEL: MOV R1,#4"); __asm("Z_LABEL: SUB R1, #1");...

View Article

ARM: ARM M3: How to halt the debugger when a variable changes to a designated...

Hi, There is a bug in my system. One variable becomes 0 sometimes during the execution. I am using ULink2/uVision5.2 with MDK-ARM Cortex-M3 tool chain. Could anybody give advice how to set the...

View Article

ARM: __attribute__((at(x))) for AC6 ?

Hello, is it possible to define a const variable at a given address using AC6 similar to this? __attribute__((used)) const char signature[16] __attribute__((at(0x08041000)))={"my_signature"}; I think...

View Article
Browsing all 3049 articles
Browse latest View live