Search found 30 matches

by jenspogo
Fri Apr 16, 2021 12:10 pm
Forum: General discussion
Topic: constant ADC Average via DMA
Replies: 2
Views: 1839

constant ADC Average via DMA

Hello everyone, I would like to have something like a continous ADC Average Value. Or at least maybe 1000 values that I can load from a buffer which is continously filled. But i don't want to use the CPU processing time. As far as I know that seems to be the functionality of DMA. Is this correct? An...
by jenspogo
Wed Dec 23, 2020 9:10 am
Forum: General discussion
Topic: UART/RS485 multiple Devices with MAX485
Replies: 1
Views: 3122

UART/RS485 multiple Devices with MAX485

Hey everyone :) I'm using some Bluepills with a STM32F103C8T6 and a Custom made Board also with a STM32F103C8T6. The custom Made boards communicates with the Bluepill Board. I'm using a Max485 UART/RS485 Transceiver. This Transciever has an Enable Pin which needs to be High to send data and low to r...
by jenspogo
Wed Dec 09, 2020 11:57 am
Forum: STM32 HID bootloader
Topic: Porblems with HID Bootloader
Replies: 3
Views: 7423

Re: Porblems with HID Bootloader

Hey guys,

I used another PC to try it again and it works - seems to have something to do with my notbook.

Greets, Jens
by jenspogo
Mon Dec 07, 2020 11:12 am
Forum: STM32 HID bootloader
Topic: Porblems with HID Bootloader
Replies: 3
Views: 7423

Re: Porblems with HID Bootloader

Hey, sorry - I should have known that this have been not enough informations. I'm using a Bluepill Board with STM32F103C8T6 Processor on it. The bootloader was programmed with stm32Cubeprogrammer. Upload is done in the Arduino IDE. And I'm using the official core from https://github.com/stm32duino/B...
by jenspogo
Mon Dec 07, 2020 9:01 am
Forum: STM32 HID bootloader
Topic: Porblems with HID Bootloader
Replies: 3
Views: 7423

Porblems with HID Bootloader

Hey Guys, I tried to use the HID Bootloader. And i Got this error message: +-----------------------------------------------------------------------+ | HID-Flash v2.2.1 - STM32 HID Bootloader Flash Tool | | (c) 2018 - Bruno Freitas http://www.brunofreitas.com | | (c) 2018-2019 - Vassilis Serasidis ht...
by jenspogo
Tue Nov 24, 2020 7:17 am
Forum: STM32 HID bootloader
Topic: CH32F103C8T6 China chips
Replies: 9
Views: 25562

Re: CH32F103C8T6 China chips

hey,

thank you for your reply and the informations!
But there is still the question about the bootloader right? or do I have to interpret this as a "no"?

Greetings!
by jenspogo
Mon Nov 23, 2020 12:50 pm
Forum: STM32 HID bootloader
Topic: CH32F103C8T6 China chips
Replies: 9
Views: 25562

CH32F103C8T6 China chips

Hey guys, I had some problems using the HID Bootloader. (using ST Link to programm works fine. Serial.println() as well) After flashing the HID Bootloader the board wont be recognized. Also with Boot1 pin HIGH. What I found out is, that I got some Boards with a fake processor called CH32F103C8T6 fro...
by jenspogo
Fri Sep 11, 2020 1:35 pm
Forum: General discussion
Topic: UART speed
Replies: 2
Views: 3012

UART speed

Hey guys, I would like to speed up my UART communication. actually it looks like this: K800_UART_Timing_02.JPG I would like to increase the time between the bits where nothing happens. I'm using a Bluepill Board with the offical core. My Code looks like this: #define SAMPLERATE 2000000 HardwareSeria...
by jenspogo
Tue Jun 16, 2020 7:30 pm
Forum: General discussion
Topic: Use STM32 as I2C Slave with DMA
Replies: 5
Views: 5507

Re: Use STM32 as I2C Slave with DMA

Hey :) thank you for your reply!
I think, that goes beyond my programming skills...
Is there a plan to implement this feature?

Greets
by jenspogo
Tue Jun 16, 2020 7:24 am
Forum: General discussion
Topic: Use STM32 as I2C Slave with DMA
Replies: 5
Views: 5507

Re: Use STM32 as I2C Slave with DMA

I'm still a little bit confused by the cores, but it should be the official ST Core from https://github.com/stm32duino/BoardMana ... index.json

Go to advanced search