Search found 131 matches
- Fri Jun 12, 2020 8:50 am
- Forum: Custom design boards
- Topic: Chips without support
- Replies: 17
- Views: 42692
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 ...
- Fri Jun 12, 2020 7:26 am
- Forum: Custom design boards
- Topic: Chips without support
- Replies: 17
- Views: 42692
Re: Chips without support
Adding your own variant can cause some pain but also will help to better understand how it works inside 

- Tue Jun 09, 2020 8:32 am
- Forum: General discussion
- Topic: Programing the STM32MP157C-DK2 using Arduino language
- Replies: 3
- Views: 5765
- Mon Jun 08, 2020 10:39 pm
- Forum: General discussion
- Topic: Programing the STM32MP157C-DK2 using Arduino language
- Replies: 3
- Views: 5765
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
https://github.com/stm32duino/Arduino_C ... /README.md
- Mon Jun 08, 2020 8:12 pm
- Forum: General discussion
- Topic: EEPROM Problem
- Replies: 3
- Views: 5491
Re: EEPROM Problem
Looks like eeprom lib from libmaple core
- Mon Jun 08, 2020 8:23 am
- Forum: General discussion
- Topic: Need to change Vector table Address
- Replies: 39
- Views: 51191
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
- Mon Jun 08, 2020 7:54 am
- Forum: General discussion
- Topic: Need to change Vector table Address
- Replies: 39
- Views: 51191
Re: Need to change Vector table Address
VECT_TAB_OFFSET inside the system_stm32f1xx.csankarAMP2 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?
- Sun Jun 07, 2020 9:40 pm
- Forum: General discussion
- Topic: Nucleo-F030R8 and ILI9341 Changing SPI Speed
- Replies: 5
- Views: 6610
Re: Nucleo-F030R8 and ILI9341 Changing SPI Speed
No, maximum speed of spi is cpu clock divided by 2
- Fri Jun 05, 2020 9:56 pm
- Forum: Off topic
- Topic: IRF7103 and 3.3V control with STM32
- Replies: 7
- Views: 12390
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
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
- Fri Jun 05, 2020 8:30 pm
- Forum: Off topic
- Topic: IRF7103 and 3.3V control with STM32
- Replies: 7
- Views: 12390
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