DP8384
ı want to use DP8384 with stm32h747 Rmmı mode but there is no configutation fot th dp8384 and how can ı do it, please help me...
ı want to use DP8384 with stm32h747 Rmmı mode but there is no configutation fot th dp8384 and how can ı do it, please help me...
I have a project (joystick controller) that requires a small amount of non-volatile memory (10 to 16 bytes) for calibration data. Presently, I am using a STM32F4 series micro for this project. Although it's a bit overkill, my initial plan was to use ...
I have an application that has to talk to 8 UART devices and a handful of other I2C and SPI devices. My current architecture is getting kind of complicated and I'd like to see how more experienced programmers handle a situation like this. I'll limit...
Hi all,I am trying to toggle a IO pin but the pin just will not turn on.I checked register values at startup before main(), and some of the values are the the same as the reset values shown in the reference manual:Every register has been set to the r...
The manual is unclear I believe, when the sequencer is used but DMA is not used.Relevant code is below, but in a nutshell, after configuring the sequencer and starting the ADC, I wait for EOC, read the data register, wait for EOC, read the data regis...
Hi every one .I have designed a new MCU circuit board for my own purposes. I am using an stm32u575VGTX MCU in this circuit board and for the first thing i need to send and receive data with UART .As i don't want to busy the CPU just sending and rec...
I use the USART1 on a STM32F103RB in half duplex RS485 configuration.My question is: how can i be shure, that the bus is idle?OK, i can see RXNE if a complete Byte was received, but if the USART is just receiving the bits and it has not reached the s...
I'm trying to develop a bootloader for a dual core STM32H7, running on the CM7. I'm starting by trying to modify my user project for it.I've moved the user code up a bank:FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 896K and put in a IVT offset on ...
I am working with a Nextion display and a STM32F411CEx on STM32 Cube Ide I need to both send and receive serial commands to the display at 9600 baud with standard serial port settings. I have no problems sending data to the display but I seem to have...
Hi, I have a board with STM32G071KBU6N with new and empty flas.I have difficulty programming it because it seems to set some pins as output after power up. for example PA6 and PB7. This is causing a over current in the circuit.I suspect some kind of ...