Maker Pro
Maker Pro

problem with IAR code

STP.Asghari

Nov 22, 2022
7
Joined
Nov 22, 2022
Messages
7
Hello
I wrote a program in IAR. The program has an error when executing the following line.

UART1_SendData8("A");

The complete program file is available below.
I would be grateful if you could tell me the mistakes of my code.
 

Attachments

  • 2.zip
    612.7 KB · Views: 3

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,700
Joined
Nov 17, 2011
Messages
13,700
You don't expect us to study your full code, do you?
In which module, on which line number does the error occur?
 

STP.Asghari

Nov 22, 2022
7
Joined
Nov 22, 2022
Messages
7
Hello
I wrote a program in IAR. The program has an error when executing the following line.

UART1_SendData8("A");

The complete program file is available below.
I would be grateful if you could tell me the mistakes of my code.
it is very short code and the error occurs in the last line
and microcontroller modell is STM8S003F3
 

STP.Asghari

Nov 22, 2022
7
Joined
Nov 22, 2022
Messages
7
It doesn't open with the Windows built-in ZIP manager, but 7-ZIP is able to deal with the file.


The zip file contains > 58 objects. In which of these are we to look for the line?
It doesn't open with the Windows built-in ZIP manager, but 7-ZIP is able to deal with the file.


The zip file contains > 58 objects. In which of these are we to look for the line?
thank you, the problem solved and my code now is runnig without any errors.
 
Top