Search found 131 matches

by stas2z
Fri Jun 12, 2020 8:50 am
Forum: Custom design boards
Topic: Chips without support
Replies: 17
Views: 19559

Re: Chips without support

As I'm the owner of the stm32duino Githug organisation and the main developer well it is easy for me 😉 Well, I would hope so otherwise I'd be in for a rude awakening haha. I think I'll only use one unsupported processor and just have the other ones be similar to what I have picked out so I can try ...
by stas2z
Fri Jun 12, 2020 7:26 am
Forum: Custom design boards
Topic: Chips without support
Replies: 17
Views: 19559

Re: Chips without support

Adding your own variant can cause some pain but also will help to better understand how it works inside :)
by stas2z
Mon Jun 08, 2020 10:39 pm
Forum: General discussion
Topic: Programing the STM32MP157C-DK2 using Arduino language
Replies: 3
Views: 3447

Re: Programing the STM32MP157C-DK2 using Arduino language

Mp1 support was added to the latest stm32 official core release, you can try it
https://github.com/stm32duino/Arduino_C ... /README.md
by stas2z
Mon Jun 08, 2020 8:12 pm
Forum: General discussion
Topic: EEPROM Problem
Replies: 3
Views: 3682

Re: EEPROM Problem

Looks like eeprom lib from libmaple core
by stas2z
Mon Jun 08, 2020 8:23 am
Forum: General discussion
Topic: Need to change Vector table Address
Replies: 39
Views: 27280

Re: Need to change Vector table Address

First check if your jump from bl is working properly, just flash generated bin to exact offset using cubeprog
by stas2z
Mon Jun 08, 2020 7:54 am
Forum: General discussion
Topic: Need to change Vector table Address
Replies: 39
Views: 27280

Re: Need to change Vector table Address

sankarAMP2 wrote: Mon Jun 08, 2020 6:50 am I found linker file STM32F103RET6_FLASH.ld and I changed flash address there, Is that enough or need to change any other files?
VECT_TAB_OFFSET inside the system_stm32f1xx.c
by stas2z
Sun Jun 07, 2020 9:40 pm
Forum: General discussion
Topic: Nucleo-F030R8 and ILI9341 Changing SPI Speed
Replies: 5
Views: 4156

Re: Nucleo-F030R8 and ILI9341 Changing SPI Speed

No, maximum speed of spi is cpu clock divided by 2
by stas2z
Fri Jun 05, 2020 9:56 pm
Forum: Off topic
Topic: IRF7103 and 3.3V control with STM32
Replies: 7
Views: 7043

Re: IRF7103 and 3.3V control with STM32

im not sure driving 2+ amps using sot23 is a good idea in terms of thermal stuff
powersop8 or equal is much better for heavy loads imho

and yes, fets with vgs(th) about 1.5v are better choise for 3.3v logic
by stas2z
Fri Jun 05, 2020 8:30 pm
Forum: Off topic
Topic: IRF7103 and 3.3V control with STM32
Replies: 7
Views: 7043

Re: IRF7103 and 3.3V control with STM32

im not an expert, but datasheet says irf7103 have vgs th min 1 max 3 volts so it should work properly with stm32

Go to advanced search