User Activity

Probably elementary stuff, but am brand new to ARM and STM32. I'm using a USB stack libusb_stm32 for learning. In this stack, when data arrives from the host PC, a callback in the USB ISR runs a function of mine to put the data into my queue. In this...
Yet another question on locating data, this time fixed in flash. I want to place some main application attributes at a fixed flash location so that my bootloader can learn about the installed app. I have had partial success. (For now this is for an S...
This is a bit nit-picky, but it's confusing. For a USB experiment on an STM32F103, I'm seeing an odd clock setting that isn't used and wondering why it is this way. The USB application uses an 8MHz HSE crystal as per usual. RCC_OscInitTypeDef RCC_Osc...
For the life of me I cannot understand what is being said in the first box:STM32Cube Firmware Library Package option The following actions are possible: * Copy all used libraries into the project folder STM32CubeMX copies to the user project folde...
Hi gang. My application uses from 0 to 3 UARTs, or maybe USB CDC instead ... LOTS of end-user settable options. Even before I get to that, I'm not happy with my queue implementation that's to be used with UART (or CDC) Tx and Rx. I would love for th...
Kudos from
Kudos given to