User Activity

Dear Sirs,I want to edit a string, but the system goes to hard fault (bus fault Imprecise error).Here below the code:typedef struct CC_PACKED{...const char *name;...} _objd;static const char acName2005_19[] = "Cycle 0 delta stop";const _objd SDO2005[...
At the end of NVIC_SCBDeInit I see these instructions:[...]SCB->CFSR = 0xFFFFFFFF;SCB->HFSR = 0xFFFFFFFF;SCB->DFSR = 0xFFFFFFFF;The first one is a status register. Why writing it?For the second one the manual states:"This register is read, write to c...
Posted on February 23, 2018 at 18:10Dear All,I use SPI as a master with 2 lines full duplex with DMA on STM32F303RE with 8-bit data size.Frames are made of variable number of Bytes. Normally SPI clocks out 3 Bytes of command on MOSI line + 4 Bytes o...
Posted on September 14, 2017 at 17:16Good morning,which development board can I use for STM32F303RC?Thanks and regards,Marco S.#stm32f303rc
Posted on September 11, 2017 at 17:39Dear All,I need to use TIM1 to generate 4 PWM signals, hence I want to use CH1, CH2, CH3, CH4.I also need to use USB for firmware upgrade.Since on PA11 there are both TIM1 CH4 and USB-DM, I don't know how to rema...