python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
STM32 Uart Bridge
I am workin in a proyect where i need to make a bridge between to uart's. I am using the STM32F072CB Basically, all the data that I receive to the uart1 rx must be sent by uart2 tx. In the same way, w...
Ignacio Islas
Votes: 0
Answers: 1
STM32F0 with ADC and DMA with Renode
I'm trying to run an application on Renode that uses ADC and DMA for the STM32F030F4P, I created a stm32f0.repl file with the dma and adc as follows:
dma: DMA.STM32LDMA @ sysbus 0x40020000
[0] -&g...
Marco Ruthes
Votes: 0
Answers: 1
Restore stm32 discovery kit to Factory Condition
I have a stm32f072 discovery kit to use as a debugger for my project. I accidentally programmed the MCU of that discovery kit and now when I try to debug with IAR embedded workbench it stuks in busy w...
Andrea
Votes: 0
Answers: 1