cc1101 with stm32
Posted on May 05, 2017 at 13:41I want to make 2 modules of cc1101 transmit and receive to each other and they are connected to stm32 through SPIIf any one done this before I need a help ??
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 05, 2017 at 13:41I want to make 2 modules of cc1101 transmit and receive to each other and they are connected to stm32 through SPIIf any one done this before I need a help ??
Posted on May 05, 2017 at 10:56Hello,Is STM32F429VE (512 KB flash and 100Pins) Micro-controller supports firmware written in HAL APIs from STMicroelectronics ? #stm32-f4 #stm32f429ve
Posted on May 05, 2017 at 07:07 Hi there, I am trying to implement a SPI master-slave system. The master will continuously send data and toggle one pin high/low after sending 1200 bytes so that the client can get synced and always read the dat...
Posted on September 08, 2016 at 13:00Hi, When generating projects for existing MDK V5, the CubeMX produces a second entry for system_stm32f4xx.c in the project/Drivers/CMSIS. This results in linking error because of a lot multiple defined functions....
Posted on May 05, 2017 at 10:13In ethernetif driver ethernetif.c in func low_level_input: HAL_ETH_GetReceivedFrame_IT(&EthHandle) can return HAL_BUSY, if ETH_HandleTypeDef state HAL_ETH_STATE_BUSY, if lwIP task is sending data to ethrnet by func low...
Posted on February 21, 2016 at 16:00Problem is actual in STM32CubeMX (Version 4.13.0 SMT32Cube V1.0) with toolchain IAR EW ARM. When trying to generate code with FreeRTOS with timebase source tuned to TIM3 (or other timer) resulting project has ''HA...
Posted on October 26, 2016 at 14:231)I2S3 not displayed in Clock Configuration window.2)If select I2S1 in Pinout window, I2S2 activated in Clock Configuration window and If select I2S2 or I2S3 in Pinout window, I2S1 activated.
Posted on October 28, 2016 at 23:37Hello, I use latest CubeMX, STM32F1 and gcc-arm-embedded from https://launchpad.net/gcc-arm-embedded When I create a project using the TrueStudio codegenerator the CubeMX creates linker file in the project director...
Posted on May 05, 2017 at 08:11Dear AllAs discussed on our call, i am looking for some support in verifying our transformer design as i am having some trouble in generating the output and I have doubts on the transformers we already have.> > Process...
Posted on November 22, 2016 at 17:34 Hello, could someone explain me why CubeMX 4.17 generates two: void SystemClock_Config(void); (one static) /* Private function prototypes -----------------------------------------------*/ ...