ARM: Fault Reports Dialog (1 Replies)
Hello, I'm working with the µVision5 (V5.16.0.0) and I'm trying to debug a hard fault of an STM32F0. I wanted to use the Fault Reports Dialog but then I saw that it's missing. I know it...
View ArticleNone: Creating project from import xml (2 Replies)
Hi, I am trying to import an xml for enabling a pre-processor define in the project but it fails. I dont see any error on the commandline, but the build also does not run. XML file contents:...
View ArticleARM: basic compiler question (3 Replies)
Sorry just trying to set up the Keil system to run a simple starter program with an STM32F051. Used STM32Cube to get the code set up, ported over to the Keil uVision tool. When I go to compile I get...
View ArticleNone: Advice on implementing CMSIS I2C Driver for stm32 (2 Replies)
Hello, I am considering implementing I2C Driver for an stm32 device using the interface defined by cmsis. One thing that has my attention however, is it seems a little constraining. I have worked with...
View ArticleARM: Random number (1 Replies)
Hi fellow programming gurus. I've come up against a very hard problem and i want some advise. My problem is that i need to generate a series of random numbers. I know that they are not really random...
View ArticleARM: Beginner question on what constitutes a device USB interface (2 Replies)
Been reading through the USB document and going through the codes but still having a bit of trouble grasping the concept of an interface. What would constitute an "interface"? Does it encapsulate a...
View ArticleARM: Anyone with experience with the Emcraft SmartFusion2 product
Hi My name is Dennis Wingo and we are developing an embedded product prototype using the Emcraft Systems' M2S-FG484 SOM device. We are trying to keep the software as simple as possible due to the fact...
View ArticleARM: copying code to ram and executing it
Hello, I am using Keil uVision 5.15 compiler. copying a routine to ram(FLASH_eraseOneBlock) and try to runit, the code crashes (hardware Fault). I have looked at Keil's ram function example and it...
View ArticleARM: LPC1768 + adxl345 accelerometer (2 Replies)
Dear friend, I need to communicate with adxl345 accelerometer using LPC1768's 4 wire spi interface. does anybody have a library for this purpose? (I need to enable activity and inactivity interrupts)...
View ArticleARM: About the ARM RTX (3 Replies)
I am adopting one of my previous application to use the ARM RTX. Now have some questions to seek your help. Question 1.I have noticed that in the RTX_CM_Lib.h, there is a section of code: #ifdef...
View ArticleNone: Memory Profiling for any RTSS application
I am using Interval Zero 2011 machine. I have one task, I want to calculate CPU Usage, Memory Usage by RTSS application. HOw i can proceed for this calculation. Please guide me with some needed...
View ArticleNone: compile time issues with c++ source code
Hi Support Team, I am using the Azrec bar code open source c++ code to build a library for AT91RM9200 micro controller. First is tried to build the open source code on Microsoft Visual Studio 2015 and...
View ArticleARM: stm32 HAL library for STM32105 (1 Replies)
Hi All, I would like to start a new project with STM32F105RC and keil MDK professional. I developed many projects with STM32F407 and Keil MDK professional starting from cubeMx utilities. But for this...
View ArticleARM: ULINK device not found in windows 10 (1 Replies)
I got error that ulink device not found in windows 10. I am using Tiva TM4C123G LaunchPad
View ArticleNone: ASSEMBLY PROGRAMMING (2 Replies)
How to do ASSEMBLY programming in KEIL Uvision 5?! for that which board i have to select in Target Options?!
View ArticleNone: Use double-precision FPU for cortex-M7 arm chip (3 Replies)
Hi, I am using Stm32F767NIH6 arm chip for my project. I know that this cortex-M7 arm chip supports double precision FPU, but I cannot find it from the panel, options->Target. I have read...
View ArticleNone: work with Ulink2 without update firmwork in Keil 5.x
hi i worked with Ulink2 and i have very problem in keil 5 series. i solved that problem : first install keil 4.7 go to setup destination /Arm / BIN copy this 6 files : UL2ARM.dll UL2CM3.dll...
View ArticleARM: Windows 7 doesn't recognize Ulink2, even with most recent MDK-ARM...
I followed the following: http://www.keil.com/support/docs/3632.htm http://www.keil.com/support/docs/3266.htm http://www.keil.com/support/docs/2937.htm But none really seem to address my issue. Using:...
View ArticleARM: Keil uVision on Apple computer
What is the best way to use Keil uVision IDE on a mac (apple) computer?
View ArticleARM: ASSEMBLER PROBLEMS (1 Replies)
Hello, I am using uVision 5.15 processor is emf32g222f128. my code(part of bootloader based on silicon lab supplied code) is: oid BOOT_jump(uint32_t sp, uint32_t pc) { /* Set new MSP, PSP based on SP...
View Article