to anyone with similar issues,
i checked
C:\Users\User\AppData\Local\Arduino15\packages\stm32duino\tools\stm32tools\2020.4.23\win
folder and ensure it contains stlink subfolder with ST-LINK_CLI.exe.
i double clicked on ST-LINK_CLI.exe and got som weird directX errors.
i updated directX and ...
Search found 9 matches
- Tue May 19, 2020 3:43 am
- Forum: STM32F1 based boards
- Topic: stm32 uploading with stlink not uploading
- Replies: 7
- Views: 23621
- Wed May 13, 2020 2:08 am
- Forum: STM32F1 based boards
- Topic: stm32 uploading with stlink not uploading
- Replies: 7
- Views: 23621
Re: stm32 uploading with stlink not uploading
i erased everything with a clean slate and started over, checked the AppDAta folder to see the files installed, tried again, but still didn't work
- Wed May 13, 2020 1:38 am
- Forum: STM32F1 based boards
- Topic: stm32 uploading with stlink not uploading
- Replies: 7
- Views: 23621
Re: stm32 uploading with stlink not uploading
ok it did not contain those files
so i copied the files from the working comp to the not working comp
but the results were the same
what todo?
so i copied the files from the working comp to the not working comp
but the results were the same
what todo?
- Mon May 11, 2020 1:29 am
- Forum: STM32F1 based boards
- Topic: stm32 uploading with stlink not uploading
- Replies: 7
- Views: 23621
Re: stm32 uploading with stlink not uploading
i did insall the stlink driver just like the one that works
would there be any other reason?
would there be any other reason?
- Fri May 08, 2020 9:57 am
- Forum: STM32F1 based boards
- Topic: stm32 uploading with stlink not uploading
- Replies: 7
- Views: 23621
stm32 uploading with stlink not uploading
hi
i am trying to upload a simple blink code to a bluepill using arduino ide and a st link.
i am currently following this video step by step
https://youtu.be/zUk0lN1oEwQ?t=382
I am having trouble with one computer while another computer works fine and is uploading code.
i have done all the ...
i am trying to upload a simple blink code to a bluepill using arduino ide and a st link.
i am currently following this video step by step
https://youtu.be/zUk0lN1oEwQ?t=382
I am having trouble with one computer while another computer works fine and is uploading code.
i have done all the ...
- Fri May 08, 2020 9:37 am
- Forum: STM32F1 based boards
- Topic: ST-Link and Blue Pill
- Replies: 4
- Views: 17814
- Fri Mar 13, 2020 8:46 am
- Forum: General discussion
- Topic: not able to get seriaEvent working
- Replies: 5
- Views: 6814
Re: not able to get seriaEvent working
i forgot to include this in the sample code
#include <stdint.h>
#include "common.h"
and common has piNumber_T defined so that wasn't the problem
i have added the solution you have given me but still nothing works
here is the common.h
#pragma once
////////// External Files //////////
#include ...
#include <stdint.h>
#include "common.h"
and common has piNumber_T defined so that wasn't the problem
i have added the solution you have given me but still nothing works
here is the common.h
#pragma once
////////// External Files //////////
#include ...
- Fri Mar 13, 2020 7:27 am
- Forum: General discussion
- Topic: not able to get seriaEvent working
- Replies: 5
- Views: 6814
not able to get seriaEvent working
i have been trying to get the serialEvent() call working with no success
i have read this closed issue https://github.com/stm32duino/Arduino_Core_STM32/issues/584
and tried to follow exactly but am having trouble
i am sending data through serial3 ports and am trying to listen to it with ...
i have read this closed issue https://github.com/stm32duino/Arduino_Core_STM32/issues/584
and tried to follow exactly but am having trouble
i am sending data through serial3 ports and am trying to listen to it with ...
- Fri Mar 13, 2020 7:10 am
- Forum: Let us know a bit about you and your projects
- Topic: hello everyone
- Replies: 1
- Views: 2743
hello everyone
hello i am building a pingpong training machine and using stm32