"-u _printf_float" break VCP
I have a project using the virtual com port driver. Everything works great unless I enable "-u _printf_float" at which point I will get an error if I try to open the COM port in putty.
I have a project using the virtual com port driver. Everything works great unless I enable "-u _printf_float" at which point I will get an error if I try to open the COM port in putty.
I have been playing around with USART. See pic....How do I clear out all the console connections?
HiI started learning Stm32 and got a problem: when compiling a project, TrueStudio does not create an .elf file.Console log:12:26:17 **** Incremental Build of configuration Debug for project STM32100B-EVAL_GPIO_IOToggle ****Info: Internal Builder is ...
I have a situation where I'm starting to work with the STM32CubeIDE and STM32 MCUs, and I've followed some tutorials with relatively positive success. However, I ran into an issue where I got I2C working on one project, but I cannot for the life of m...
Hello the pin definition> 7 in the stm32f1xx_ll_gpio.h file seems to be wrong: in fact when I use LL_GPIO_PIN_8 with the function HAL_GPIO_WritePin (GPIO_TypeDef * GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState)the ODR0 bit of the port concerned is...
In STM32F407, I have set bxCAN with CAN_MCR.ABOM=0 and CAN_MCR.NART=0. With the bus lines after transceiver (PHY) left open, after trying to transmit, transmitter transmits continuously forever, with CAN_ESR.LEC=0b011 for Acknowledgement Error (which...
(This is regarding STM32H75x)SRAM1, SRAM2, and SRAM3 are separate in the memory map, but they are continuous - there are no gaps between them: Can they be treated as continuous with respect to the linker, for example:RAM_D2 (xrw) : ORIGIN = 0x3...
Hi Everyone, I am using STM32H757I-EVAL board and the onboard Twin Quad SPI Nor Flash ( MT25QL512ABB8ESF-0SIT ). I have configured QSPI to operate in DUAL Flash mode.I am able to perform memory read, memory write, memory erase, and internal configura...
Hi, I created a test project to wake up L562MCU from STOP Mode when UART RxFIFO Threshold reached or full interrupt triggered or USER Button pressed.The project is based on Example project "UART_WakeUpFromStopUsingFIFO" for L562-DK. Test 1: Rx thresh...