Skip to main content
0 votes
0 answers
43 views

I am writing some minimal code for flight control subscription with DJI's Payload SDK for my Matrice 400. I am programming the GigaDevice MCU GD32F527ZMT7 on the E-port development board directly with ...
dansyw91's user avatar
4 votes
1 answer
179 views

env IDE : Keil uVision chip : ABOV MC94F1102A(8051 processor) language : C detail When I downloaded the program to the board, it didn't work. I reviewed the memory mapping tables. I found the ...
정성우's user avatar
1 vote
0 answers
84 views

I need a delay function written in assembly for Cortex-M0 CPU and keil uVision 5.38. I did the following code: static __INLINE __ASM void _asm_delay10us(unsigned int num) { /* R0 contains "...
Vladimir T's user avatar
0 votes
0 answers
90 views

I'd like to preface this with the understanding that I'm not the most knowledgeable on scatter files, but I've been learning a lot in the ARM forums about them. I'm working with the STM32F429 ...
slicknick's user avatar
0 votes
0 answers
76 views

I'm working on a project using the STR736FV2T6 microcontroller in Keil µVision 5.42 with a ULINK2 debugger. My firmware builds and runs, but I can't set breakpoints in the C source code — they only ...
Woopy's user avatar
  • 9
2 votes
1 answer
157 views

I want to use the X-CUBE-CRYPTOLIB (CMOX) of my STM32 in Keil and installed it properly and selected my required modules. I can use the functions, header files etc. But if I want to compile, I am ...
Jakob's user avatar
  • 1,935
2 votes
1 answer
206 views

When I'm debugging in uVision 5 the Disassembly window shows the interleaved source code and assembly instructions and the index of the current executed instruction. I need this window exported in a ...
Vlad Gheorghiu's user avatar
1 vote
0 answers
113 views

I'm learning ARMASM in KEIL uVision 5 using the LPC1768 architecture and the simulator using debugging in the IDE. I wanted to write an assembly program which will find the minimum value in any array. ...
Navaneeth Reddy Nalla's user avatar
0 votes
1 answer
114 views

I want to create a basic LED blinking application with Keil MicroVision on the Nucleo STM32F401. However, as shown in the image, the Keil program gives errors at two different points. It shows issues ...
Haydar5988's user avatar
0 votes
0 answers
88 views

Are these declarations correct? #include <stdint.h> #include <stdbool.h> #include <reg_mg82f6d64.h> uint8_t data *R0 = 0x00; uint8_t data *R1 = 0x01; uint8_t data *R2 ...
osLIII's user avatar
  • 39
0 votes
0 answers
74 views

i'm learning stm32f103 programming and i tried using the USART1. this is my code but when i test it on proteus it doesn't show anything. i've checked and it seems to not shift the data at all. i use ...
ReyNard's user avatar
0 votes
1 answer
245 views

I want to sent commands (Read, Write, etc.) to a 93C46 EEPROM with a STM32 micro-controller through the SPI interface. The data sheet of 93C46 says that we should send (e.g.) 20 clock cycles for a ...
MHBagh's user avatar
  • 31
0 votes
1 answer
384 views

I am trying to implement a bank swap mechanism for STM32L471RET6. my Code Doesn't seem to have errors for setting and resetting Option bytes but Nothing Happens when Calling the bank Swap Functions. ...
Mehdi Sadeghi's user avatar
0 votes
2 answers
2k views

I just started learning STM32 and decided to work in keil uvision 5. However, when I start a project, I can't select Startup in Devices. Instead, I have CubeMX there. I installed the latest version of ...
Алексей Ельцов's user avatar
0 votes
1 answer
340 views

I know this is a beginner question, but I could use some help. I’m trying to code using this SDK: https://github.com/sullivan986/phy6252-SDK, and I have a couple of questions: To start a new project, ...
eskandari's user avatar

15 30 50 per page
1
2 3 4 5
57