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

None: waveplayer and waverecorder files

$
0
0
hi to everyone!I try to make a project stm32f4-discovery about audio player..i have one problem with waveplayer and waverecorder source files,which it must contain the programme to play correctly..â— waveplayer.c: implements the functions used for playback.â— waverecorder.c: implements the functions used for record. So when i set these libraries on my programm,then it doesnt show me the depedencies.So my programm has ma

ARM: How to use CMSIS DSP Software Library (4 Replies)

$
0
0
Hi I want to know how to find the parameters of IIR and FIR filter functions parameters like uint16_t numStages float32_t * pState float32_t * pkCoeffs float32_t * pvCoeffs Actually i have to implement digital IIR filter on the control side(bessel filter with cutoff frequency 15Hz ). please help me to find these parameters

ARM: printf ITM with RTX RTOS

$
0
0
Hello all, I am having an issue with using the 'Debug (printf) Window' to display debugging messages as the code runs. Upon startup I print simple initialization messages using the printf function which displays an index(printIndex) or count of the message that is being printed and the message(msg) itself. printf("%003u - L: %s\r\n",printIndex++, msg); Most of these messages are display in the 'Debug (printf) Window' but not all of them, some are misse

ARM: nonRTX applicaiton faults after using RTX bootloader (6 Replies)

$
0
0
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 being, to use it) I have two builds of the application one with the same RTX OS (single thread, looped every 10ms) and a non-RTOS version that runs the same routine every 10ms, so very nearly identical. * non-RTX bootloader - RTX application works * non-RTX bootloader - non-R

C51: Driver

$
0
0
I need a driver for Keil software EPM 900 sn L0222A6E for Windows 7 and Windows 10 (x64) I can not install on win 7/10 Or there is no support for this item. Thank You

ARM: IOSTREAM library issue - COUT doesn't print

$
0
0
Is **iostream** library not supported in Keil? I am using Keil in simulation mode but the moment I include **<iostream>** and replaces **printf** with **cout**, it stops printing to the console and instead goes into some assembly code. Does anyone know about it? Regards

ARM: SD CARD NOT DETECTED BY LPC1768 LANDTIGER BOARD (3 Replies)

$
0
0
Hi, i am working on a project using the lpc1768 on the landtiger board to accesss some files from the sd card(16GB space-32bit pcm format), the issue i have is that even after powering the sd(LD3 is on) and after calling the sd_init() function from the sdcard.c file the sd card stays undetected. It is also important to note that the example from cortex3 of sd card read and write provides the same result (sd card power on but not detected). Please no links to obvious things like the

ARM: kill 5 not working proparly on windows10 (1 Replies)

$
0
0
we wright program on xp os kill version 3 system that working when we load hex file load through flash to nxp lpc2148. but same program wright on windows 10 kill version 5 system that loaded through flash magic software but program not working. donot understand what to do plz give me some solution for that

ARM: Delay function (3 Replies)

$
0
0
Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;

ARM: which eMMC is suppoted by Middleware

$
0
0
Hello, we want to exchange an SD-card in an existing design by an eMMC because we expect a higher robustness compared to the SD-Card in a socket. The read/write bandwidth might also be higher (8 bit interface instead of 4 bit), but of cource this also depends on the type of flash, (MLC, SLC, ...) and the integrated controller. I read that the middleware supports eMMC. We have not used eMMC in the past and therefor have no real experience this this type of flash memory so I askey our di

ARM: connecting to remote debugger

$
0
0
I would like to use BlackMagicProbe ( https://github.com/blacksphere/blackmagic/wiki ) from Keil. With gdb it's rather straightforward: $ arm-none-eabi-gdb GNU gdb (GNU Tools for ARM Embedded Processors) 7.6.0.20140228-cvs ... (gdb) (gdb) target extended-remote /dev/ttyACM0 Remote debugging using /dev/ttyACM0 (gdb) monitor jtag_scan Target voltage: 3.4V Device IR Len IDCODE Description 0 4 0x4BA00477 ARM Limited: ADIv5 JTAG-DP port. 1

ARM: uCOSII PORTING ERRORS

$
0
0
my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Restore (referred from os_core.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Save (referred from os_core.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol OSTaskReturnHook (referred from os_task.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol IrqFinish (referred from os_cpu_a.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol IrqStart (referred from os_cpu_a.o). my_pro\my_pro.axf: Error: L

ARM: Download KEIL uVision 4 (7 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

ARM: Source browser in MDK 5.24

$
0
0
Contrary to Keil's promises I have found the old Source Browser in the new release of tool chain. Does anyone see the new Source Browser? Does

ARM: LPC2129 not appearing in software packs of Keil5.23.0.0

$
0
0
Hi, recently i installed Keil 5.23.0.0 for ARM. I want to develop programs for LPC2129 but in vain the device is not appearing in software packs of Keil. I tried to install legacy software but still i am not getting the device listed in keil software packs. Can somebody help to resolve the issue so that i can start programming LPC2129. Thanks Bhaskar

ARM: How to remove unused functions with armclang?

$
0
0
Obviously, the option --freedback for armcc doesn't work. But setting -flto to compiler controls or linker controls (or checking the Link-time optimization checkbox) shows this error: error: use of LTO is disallowed in this variant of ARM Compiler And that seems strange since this article is dated 2015 - https://community.arm.com/tools/b/blog/posts/link-time-optimization-in-arm-compiler-6 - and I'm using Keil 5.24.1 two years later. Is there another way to do it?

C51: treat all warnings as error

$
0
0
Is there a setting I can change so I can treat all warnings as errors ?

ARM: Accessing structure pointer members (5 Replies)

$
0
0
Hi all, For some reason, I cannot access the structure members if I use struct pointers. eg: typedef struct { int member1; }structure_t; structure_t structure, *structure_ptr; int main() { sturcture.member1 = 4; //works structure_ptr -> member1 = 4; //does not work return 0; } I am using KEIL MDK 5.23 with TM4C123GH6PM. I am using the debugger to see if the member values are changed or not. What am I missing? Thanks, EE

ARM: ARM Keil File System Component - Power failure handling

$
0
0
Dear all, With reference to this post which I earlier posted:- http://www.keil.com/forum/62296/ 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 experiencing filesystem corruption problem in our system at times. Scenario can be during a sudden power loss or as part of a sequence of power off/on events. Manually reproducing this filesystem corruption issue [In order to exact culprit of t

ARM: Network stack with USB modem

$
0
0
Hi, I'm working on application that uses a USB HUAWEI MU709 modem with STM32F407. First off all, i used the usb stack from keil. I follow the USB PL2303 example. The usb communication works fine. Then, to have a PPP connexion, i used the network stack from kiel. There is an example with Custom modem, i flowed it to make my own. The modem driver control block is as follows: DRIVER_MODEM Driver_MODEM; DRIVER_MODEM Driver_MODEM = { Initialize, Uninitialize, Listen, Dial, Hangup, IsO
Viewing all 3049 articles
Browse latest View live