Search found 27 matches

by sankarAMP2
Thu Jun 04, 2020 2:06 pm
Forum: General discussion
Topic: Need to change Vector table Address
Replies: 39
Views: 111867

Need to change Vector table Address

Hello,
I am trying to develop bootloader by using this https://github.com/darkspr1te/stm32f107vc_sd_bootloader it works fine but I am using roger clark's library for arduino ide i.e. https://github.com/rogerclarkmelbourne/Arduino_STM32 .
Now the problem is this library works for vector table address ...
by sankarAMP2
Tue Mar 03, 2020 5:06 am
Forum: General discussion
Topic: STM32F103VET6 availabilty
Replies: 9
Views: 8817

Re: STM32F103VET6 availabilty

yeah its came by keeping
SPI.setMISO(PB14);
SPI.setMOSI(PB15);
SPI.setSCLK(PB13);
SPI.setSSEL(PB12);
in setup()
but printing is very slow when compare with my old core.
see graphics test code run resultswith this core
Screen fill
10:33:02 [RX] - 4987978<CR><LF>
Text
10:33:04 [RX] - 271673<CR ...
by sankarAMP2
Mon Mar 02, 2020 1:47 pm
Forum: General discussion
Topic: STM32F103VET6 availabilty
Replies: 9
Views: 8817

Re: STM32F103VET6 availabilty

hello .rpv
blink ok, Serial ok but SPI not working.
i am trying to run graphics test code from adafruit its compiling but not able to get anything on display.
I kept like this.

#define TFT_MISO PB14
#define TFT_MOSI PB15
#define TFT_CLK PB13
#define TFT_CS PB12
#define TFT_DC PD9
#define TFT_RST ...
by sankarAMP2
Fri Feb 28, 2020 5:35 am
Forum: General discussion
Topic: STM32F103VET6 availabilty
Replies: 9
Views: 8817

Re: STM32F103VET6 availabilty

Thank you @.rpv
by sankarAMP2
Wed Feb 26, 2020 9:25 am
Forum: General discussion
Topic: STM32F103VET6 availabilty
Replies: 9
Views: 8817

STM32F103VET6 availabilty

Hello,
At present Im working STM32f103vet6 on roger's core https://github.com/rogerclarkmelbourne/Arduino_STM32
now I want to use https://github.com/stm32duino/Arduino_Core_STM32 this core.
In this core I can not find VET6 controller. Is that controller core is developing :roll:
by sankarAMP2
Wed Feb 26, 2020 9:10 am
Forum: General discussion
Topic: freeRTOS900 hangs
Replies: 5
Views: 5869

Re: freeRTOS900 hangs

as we already discussed in github, you can refer that topic for more details
https://github.com/rogerclarkmelbourne/ ... issues/723
by sankarAMP2
Tue Feb 11, 2020 1:45 am
Forum: General discussion
Topic: freeRTOS900 hangs
Replies: 5
Views: 5869

freeRTOS900 hangs

Hello guys,
I wrote a code with freeRTOS multi threading and gsm mqtt.
My environment:
using Harware:
https://github.com/rogerclarkmelbourne/Arduino_STM32

using libraries:
https://github.com/rogerclarkmelbourne/Arduino_STM32/tree/master/STM32F1/libraries/FreeRTOS900
https://github.com/knolleary ...

Go to advanced search