I have started learning Arduino IDE, I am using arduino 1.8.13(Non installer setup)
I was successful to compile and load code for stm8s boards as well with Arduino IDE by settling up board supports.
Recently I was trying to compile and load same code after adding portable folder i.e. "F:\arduino-1.8.13\portable".
But after adding this I was unable to compile the code,
The "Mark re12:" in this line seems odd. I'm not sure whether this from the actual output in Arduino IDE or something that was introduced by you fumbling while composing your forum post.
I'm going to ask you to post the output properly this time. Please follow these instructions carefully:
I'm going to ask you to post the full output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
Use Arduino IDE to compile a sketch for the "STM8S103F3 Breakout Board", just as you did before.
After the compilation fails you'll see a button on the right side of the orange bar in Arduino IDE: Copy error messages. Click that button.
Open a forum reply here by clicking the Reply button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press Ctrl+V.
This will paste the compilation output into the code block.
Move the cursor outside of the code tags before you add any additional text to your reply.
Hi thank you for reply, The mentioned error is exact error coming, I have pasted it by coping from Copy error messages button only, But this thing has been solved by changing file property to portable installed Arduino exe file but another issue has arrived now:
I am trying to develop an interrupt example with stm8s103f3 board,
Code is compiling and uploading fine. But defined interrupt is not actually working. I have tried with other PINs also for interrupt but non of them are working.
There is one observation with this code is PA2 Pin is highly sensible to interrupt by default even with human touch finger touch is creating call of defined interrupt subroutine.
Kindly suggest solution if any.
Here is the code I am using:
Nice work on finding a solution for the error! Thanks for taking the time to post an update.
Since it is unrelated to the original subject of this topic, please open a new forum topic for that question. This will ensure it gets the attention of the forum helpers knowledgeable about the subject of your new question.