CBOR support for stm32.
Hi,I want to use CBOR for my stm32F7. Is there any recomendation by ST for it or any opensource library that can be integrated?
Hi,I want to use CBOR for my stm32F7. Is there any recomendation by ST for it or any opensource library that can be integrated?
I am using stm32g070rbt6 controller for my project, with 16MHz clock.Peripherals included in my project,1.UART2.I2C3.TIMERS(tim14 & tim17)Issue is like when I'm in debug mode, I couldn't able to go step by step code but when I put the breakpoint afte...
hi,Previously i was using STM32L010K8TX which has 8K memory. I did OTA update in this device via Uart with help of external controller which receive hex file from User. Currently am using STM32L010R8Tx which has 64K memory. And i tried the same OTA p...
Hi I need help setting up an Infrared transmitter using an STM32F3.I know timers and have thinkered with stm32's quite a while now, but I have no clue how I'd do an Infrared transmitter. :D I'd like to control some sort of device (f.e. a projector or...
HiI have a battery powered project, where I want to turn it on with a falling edge. MCU: STM32G431RBTo save power my plan is to set the STM32 to shutdown mode.Now my Question is, how can I wake up the MCU from a falling edge?I have read the following...
Hello, I am currently facing an issue while attempting to establish communication between an STM32 Nucleo F446ZE development board and an MPU-9250 sensor using I2C protocol. I am utilizing the HAL_I2C_IsDeviceReady function from the Hardware Abstract...
Hi Im using stm32f429 disc1 board for adc calculation. The result after calculating is seen through the tera term of one PC is different from the one seen through the serial terminal of Linux.
Hallo everyone,As a relative newbe in the world of MCU programming, I am searching for an acceptable solution for the fast readout of an ADC chip with a SPI interface. It concerns the MCP33131D/10 ADC (16bit, 1MS/s) to be controlled by a STM32F40...
Hi! I am working on an application, where I need a running clock to subdivide the time between PPS pulses. I am using an STM32F412, complete custom PCB but the code is mostly relying on HAL and FreeRTOS.In this application I need to time-stamp some m...