ARM: ulink2 Driver for Windows 10 x64 (5 Replies)
Hi, The Windows 10 x64 Machine not support the driver of ulink2? Thanks Best Regards Carlos Pichardo
View ArticleARM: Wait for message and signal simultaneously using CMSIS RTX call (4 Replies)
Wait for message and signal simultaneously using CMSIS RTX call Hi All, I am using CMSIS RTX V4.80.0. I need to wait for a message and a signal simultaneously in a single thread. In the CMSIS RTOS...
View ArticleARM: can you change systick configuration throughout the program? (4 Replies)
I've written some code where leds light up in a sequence. I used the systick to trigger an interrupt and light up the next led in the sequence. I want to gradually increase the speed of the sequence...
View ArticleARM: UART STM32F401 EvBoard with VL6180X (5 Replies)
Hi, I'm trying everything to get this project to work, but can't. I have tried moving library files and having tons of problems with Keil's linker, but I somehow (idk how atm) managed to compile...
View ArticleARM: Net_initialize() (2 Replies)
Hello, In the HTTP server code from MDK5 there is function call net_initialize(). But it doesn't seem to have a definition. What is the purpose of this function call in the code. Thanks
View ArticleARM: SFR File for STM32F469 (2 Replies)
Hello, I try to generate a sfr file for the system viewer to look at the registers of my STM32F469. I already have installed the Keil.STM32F4xx_DFP.2.11.0 Pack & CMSIS 5.0.1 and tried to...
View ArticleARM: Autonegotiation (3 Replies)
Hi, What is the importance of autonegotiation while doing projects related with servers? While looking the datasheet of the physical device in use I came to know that autonegotiation pins are used...
View ArticleARM: Logic Analyzer in Emulation (1 Replies)
Hello, I have used Logic analyzer many times in simulation but while trying to use that in emulation, there is some problem to setup the signal. How to use Logic analyzer in Emulation? Is it possible?...
View ArticleARM: Tools to see trace data from JTrace Pro (1 Replies)
Hi Everyone, JTrace Pro is having Ethernet interface and there it said that this interface is used to live stream the trace data. How can we see this trace data? If debugger use USB interface, then we...
View ArticleNone: Problem with Linker: undefined (1 Replies)
Hey everyone, I know this post has been done a lot of times, but people solve it by adding the .c files after including the header file in the corresponding file. The thing is, I've already done this....
View ArticleARM: asm inserts (2 Replies)
Hello! How can i insert necessary for me asm comands like push/pop? for example i got example from here http://www.keil.com/support/man/docs/armclang_ref/armclang_ref_chr1383658400125.htm int add(int...
View ArticleARM: STM32F4 with Nand Flash by using RL-FlashFS in uVersion 5 (2 Replies)
Hi everyone, I am studying on STM32F4 micro-processor driving nand flash with RL-FlashFS in Keil V5. I read a lot documents and webpages but they are most in Keil V4. However, I think Keil V5 changed...
View ArticleNone: i can not change font type
hello. today, i am using mdk 5.23 evel. version. i can not change font type.(monospaced font) windows 7 home for korean + mdk 5.23 evel. change font color = ok change font size = ok change font...
View ArticleARM: Library files, include source files (2 Replies)
Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function'", it...
View ArticleARM: [BUG] CMSIS Driver I2C, I2C_CR1_POS flag (2 Replies)
Driver doesn't clear I2C_CR1_POS after 2-byte reception in DMA mode. There is no problem when DMA is not used. I've created a new thread because the old one became read only:...
View ArticleARM: RS 485 (1 Replies)
I am new to the RS485 and Hyperterminal. I am using lpc 2148 and ADAM-4561 I want to know how to print characters onto the Hyperterminal. can anyone help me with the code.i have done rs232 programing.
View ArticleNone: Options Bytes in scatter file
Please, I want to know where to find a scatter file in a existing project and how to modify it for adding an IROM2 for Options Bytes. If I have to create a new a scatter file, how to do it. Thanks in...
View ArticleNone: Configure the BOR level in file option.s
Please, I found the following .s file : ;/*****************************************************************************/ ;/* STM32L0xx_OPT.s: STM32L0xx Flash Option Bytes */...
View ArticleNone: #pragma to configure option (7 Replies)
Please, Is there #pragma to configure option bytes for STM32L011F4, if not, how to add option bytes configuration to compilation. Thanks.
View ArticleARM: Scatter file with code on either side of a flash config block (2 Replies)
I find myself stuck trying to create a working scatter file. I am using the Keil compiler, mbed-os, and an STM32F407VG (1meg flash). I want to create a flash image that reserves flash sectors 3 and 4...
View Article