How to add STM32CubeExpansion for NFC2 to a CUBEX project
Posted on February 09, 2018 at 10:57Hello,how can we add the STM32CubeExpansion for NFC2 to a cibeX project ?thanksbest regards
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 09, 2018 at 10:57Hello,how can we add the STM32CubeExpansion for NFC2 to a cibeX project ?thanksbest regards
Posted on February 09, 2018 at 10:05Hello,I am developing a application in which I am using In Application Programming. But before starting I have some doubts to be cleared. I have seen many tutorials regarding flash where either linker is edited or...
Posted on February 09, 2018 at 01:51How can I force a char array to align 4 ?//align 4;char LoRaTxFrames[8][64]; char LoRaRxFrames[8][64];is this a correct method ?char LoRaTxFrames[8][64]; __attribute__((packed, aligned(4))) char LoRaRxFrames[8]...
Posted on January 25, 2018 at 11:44Hi allI'm using stm32f745 with the CubeMX USB OTG Host libraryI constantly send requests to another device.But at one point I take one zerosIf you use full speed, then this problem does not ariseSimilarly, if you ...
Posted on February 07, 2018 at 19:20MTBF/MTTF/FIT data for STM32f405#mtbf
Posted on February 06, 2018 at 20:17Hi,I have a weird issue happening in my code related to CAN Receive. I have 2 filters set up to each pass a single Message:void FilterSetup(void){ CAN_FilterConfTypeDef sFilterConfig; uint32_t EXTID = 0x...
Posted on February 08, 2018 at 07:31Hi all, I need Flash loader tool for windows xp version 2002 sp3 , can you pls help me to find.
Posted on July 27, 2016 at 16:36 Hello, I have made a previous subject for exit standby mode with WKUP and RTC but no response wet, so i have try to to do the same with STOP mode also problems... Platfrom is STM32L162 I just want to : ...
Posted on February 08, 2018 at 16:44Hi STM community,I am working with STM32F779i board , using system workbench for stm IDE. in my project I am using freertos ,fatfs ,sdcard drivers and CAN drivers. Initially as per project requirement we need more...
Posted on October 20, 2017 at 15:04hiI'm using STM32F103C8 MCU's. I want to run fatfs library in spi mode. I create a new project by adding the FatFS library with CubeMX. But I do not know how to associate FatFS library with SPI. Can you give a sam...