interface SX1262MB2CAS with STM32F103 Nucleo64
I try to interface the SX1262MB2CAS Lora module with STM32F103 board.I need to support software for transmit and receive function.Otherwise you have example code, kindly send that.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I try to interface the SX1262MB2CAS Lora module with STM32F103 board.I need to support software for transmit and receive function.Otherwise you have example code, kindly send that.
Hello,I am setting up just a simple task with a timer in CMSIS V.2 that triggers a periodic call of a callback function.Despite the fact that I am including "cmsis_os.h", which is part of my project, I get the linker error "undefined reference to `os...
Hello, I am trying to send ADC data (12 bit) to pc with USB as fast as possible. Now I am using STM32F405 and configured ADC like picture below. Those data of ADC is transfered to the pc by interrupt of DMA which is cirucular mode. And the data trans...
Hi All,I've succesfully implemented an HTTP WebServer into our application running AzureRTOS on a STM32F429.I'm now moving to data transfer over HTTP, in order to have a Web page (entry point) for transfering a binary file (encrypted) to remote updat...
#0 0x0800add0 in HAL_Delay (Delay=2) at Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c:378#1 0x0800b9ec in SDMMC_PowerState_ON (SDMMCx=0x40012c00) at Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c:316#2 0x0800c4fe in HAL_SD_InitCard (hsd=0...
Hi,I am using the STM32H747I-DISCO board and B-CAMS-OMV daughterboard with integrated OV5640 image sensor to test out using a camera on an MCU. I have been using this example as the base code I am working with but have modified it to communicate imag...
Does the latest version of the driver of STM32F103 supporting USB audio and CDC composite device functionality?I want to use the USB interface of STM32F103 to develop the functions of USB audio and CDC composite devices.I have a question, is the late...
I'm using 'CUBEIDE' / 'STM32F107VC'in deca_spi.c int readfromspi(uint16_t headerLength,const uint8_t *headerBuffer,uint32_t readlength,uint8_t *readBuffer){uint8_t spi_TmpBuffer[BUFFLEN];assert_param(headerLength+readlength < BUFFLEN ); // decaIrq...
Hi Community, I am using a cross-compiled library with STM32CubeIDE which uses regcomp, regexec, and regerror methods and gives linker error while building.Is there a way to cross-compile the regex library separately and link it to the current projec...
I experience a strange problem with I2C, DMA and the latest STM32U575ZI-Q, not seen on L4 and H7 MCUs.After a successful data transfer from SMBus target (slave) to controller (host) the last PEC byte stays in RXDR registry. On the next transfer in th...