STM32 FLASH Programming || Write and Read || PAGE Memory Type for high density controllers of f103 series
STM32 FLASH Programming || Write and Read || PAGE Memory Type for high density controllers of f103 series
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32 FLASH Programming || Write and Read || PAGE Memory Type for high density controllers of f103 series
Hello ST Community,I am currently attempting to establish communication between two STM32U585 boards using the Serial Peripheral Interface (SPI) protocol.Issue Encountered: Data is not being received.The transmission from one of the STM32U585 boards ...
Hello, is it possible to ușe the LwIP Middleware over the low level library for an external PHY such as ENC28J60?If so, could you pinpoint me to a documentation or an article?Thanks.
Hello,In my project five high resolution timers should start on the SYNC signal. They go HIGH on the COMP1 value 32 until an External Event Signal comes and sets the output LOW. The counters reset and get triggered with the next SYNC Signal.The sixth...
I have a project where I'm using a Nucloe G474RE to produce a sine wave, all is working great; I have an array of 2500 values which produce a SINE wave starting at 0 degrees; I would like to add 2 further Sine waves starting 120 and 240 degrees later...
Hi,I have the following configuration:1. ADC converts values and writes it to memory with DMA2. DAC outputs the ADC data also with a DMA3. Both, the ADC and the DAC are triggered by HRTIM TimerA at a rate of 700kHzAll works fine, I can see the data c...
I am experiencing issues with the VBAT pin on the STM32H563ZIT6 microcontroller. Specifically, the VBAT pin is not responding properly. I am using a CR2032 CMOS battery for RTC backup, but it is not maintaining the date and time as expected. When the...
Hi, I'm trying to recover the data from the LIS3DH sensor and I found this tutorial " https://www.youtube.com/watch?v=A1CIOUZdeR4". In the tutorial the person uses function " if(HAL_I2C_IsDeviceReady(&hi2c1,SLAVEI2C_ADD,10,100)==HAL_OK) " to see if t...
I am using the STM32U575 Nucleo board and have configured ADC4 IN3 to read ADC values using DMA. I referred to a tutorial video to set up the DMA for ADC. At 5:15 minutes into the tutorial video, there is an option called 'Conversion Data Management...
I have customized hardware based on STM32F407 controller.I want to communicate on both CAN 1 and CAN 2. Both on 250 kbps baud rate but on different CAN bus due to some design requirement.tx = Transmit, rx = ReceiveI am able to tx and rx on CAN1 but ...