Search found 502 matches

by stevestrong
Mon Aug 03, 2020 8:52 am
Forum: General discussion
Topic: [Risolto] I2C and ADS1115 communication problem with STM32F103C8T6
Replies: 16
Views: 12704

Re: I2C and ADS1115 communication problem with STM32F103C8T6

The scanner works on I2C2 means that your HW connection is OK. Which library do you use for the ADS chip? It is not enough to initialize the interface in setup, you should somehow tell the lib that you are not using the "standard" interface I2C 1, but I2C 2. Otherwise the lib will continue...
by stevestrong
Mon Aug 03, 2020 8:40 am
Forum: STM32 HID bootloader
Topic: Having problem to make HID bootloaded 2.2
Replies: 10
Views: 16798

Re: Having problem to make HID bootloaded 2.2

The HID bootloader should work, what you see is that the bootloader did jump to application code which is, in this case, corrupted. You should set BOOT1 pin to 1 with the jumper, press reset, then the bootloader waits for upload command over USB. Use a blinky sketch with USB serial, so that after yo...
by stevestrong
Sat Aug 01, 2020 10:23 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Help getting started, NANO with STM32F103
Replies: 4
Views: 4072

Re: Help getting started, NANO with STM32F103

It should work.
If it doesn't then let us know.
by stevestrong
Sat Aug 01, 2020 10:22 am
Forum: General discussion
Topic: [Risolto] I2C and ADS1115 communication problem with STM32F103C8T6
Replies: 16
Views: 12704

Re: I2C and ADS1115 communication problem with STM32F103C8T6

HardWire on PB6/7 uses the harware I2C interface.
For SoftWire you can define your own pins.
by stevestrong
Sat Aug 01, 2020 10:16 am
Forum: STM32F4 based boards
Topic: USART on STM32F411 BlackPill
Replies: 12
Views: 31996

Re: USART on STM32F411 BlackPill

Which block diagram do you refer to?
How did you manage to use USART1 on PB6/7?
Please always post links/code, otherwise we cannot read your thoughts.
PA9/10 are usually TX1, RX1.
PA11/12 are USB pins.
by stevestrong
Thu Jul 30, 2020 8:20 am
Forum: General discussion
Topic: I2C Problems with Nucleo 64 F103RB
Replies: 2
Views: 2960

Re: I2C Problems with Nucleo 64 F103RB

viewtopic.php?f=2&t=301
Which core do you use?
by stevestrong
Thu Jul 30, 2020 8:17 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Help getting started, NANO with STM32F103
Replies: 4
Views: 4072

Re: Help getting started, NANO with STM32F103

And what exactly is your problem? Which step is not working?

Go to advanced search