According to the RM0451 Reference manual (Ultra-low-power STM32L 0x0 advanced Arm ® -based32-bit MCUs),I use the SWD protocol to access debugging:1. Turn on the power and set the reset2. I initialize SWD3. I get access to1) SW-DP has an internal ID c...
"64 Kbytes located at address 0x0A03 0000 with hardware parity check (SRAM2). This memory is also mapped at address 0x2003 0000 offering a contiguous address space with the SRAM1"
I am using USART 1 and USART 2 of STM32L56VE series microcontroller in RS-485(Hardware flow control) in Async mode, I am using PA9(TX),PA10(RX),PA12(RTS),PD4(RTS),PD5(TX) and PD6(RX) pins. I have observed Transceiver is switched to send immediate at ...
I am using Nucleo STM32 F767ZI board. I want to send data via interrupt endpoint. In LPC2148 is done using HID_GetReport function. how to do the same in STM32 MCU?
I am currently using a TSC2007 to detect touchs on a screen. When working in blocking mode this is correctly working as the TSC2007 correctly streches the clock and the HAL correctly waits for the data to be readyWhen working with interrupts the HAL ...
Hi, I am currently trying to develop a DFU using the chip's dual bank feature.After bricking my second prototype (only recoverable by exchanging the G0) I am out of ideas what could be the problem.I could at least track it down to manipulation of the...
I'm using STM32F303RB seriesIs there PORTC with bit banding?Best regrads.
Hello, Now I'm using Modbus RTU and UART. Modbus RTU communication is being performed through UART. Modbus RTU setting is data 8 bytes, but communication is possible only when uart wordlength is set to 9 in STMcubeIDE. Why is wordlength 9 when data i...