when I use GPIOx_BSRR
Posted on March 12, 2018 at 12:02when I use GPIOx_BSRR to contral I/O port, it hint me ''error: #136: struct ''<unnamed>'' has no field ''BSRR'',why?can you help me? what is the meaning?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 12, 2018 at 12:02when I use GPIOx_BSRR to contral I/O port, it hint me ''error: #136: struct ''<unnamed>'' has no field ''BSRR'',why?can you help me? what is the meaning?
Posted on March 05, 2018 at 04:01I was analyzing my program bin file to locate the Stack address, PC, Interrupts and Program code and the data section.Everything looked sorted until interrupts, When it came to the program code and Data section, i w...
Posted on March 04, 2018 at 21:11Hello, guys.I'm trying to get started with a TFT LCD.4.7 with the ILI9487 driver.And I have some problems.First of all, a couldn't find any library for the driver I have.Next is that I can't find any resources that e...
Posted on March 12, 2018 at 23:35The http://www.st.com/content/ccc/resource/technical/document/reference_manual/group0/96/8b/0d/ec/16/22/43/71/DM00224583/files/DM00224583.pdf/jcr:content/translations/en.DM00224583.pdf for the STM32F7 reads on pg.101...
Posted on March 12, 2018 at 20:09Hello, I have stm32f4 discovery board and i will connect dallas DS18S20 temperature sensor to it. I am wondering what would be the easiest way to read the temperature of the sensor ? I dont even know where to begin. ...
Posted on March 12, 2018 at 12:57In STM32L100 during execution of this function 'SPI_I2S_ReceiveData',domaster will generate the Clk pulses or not??
Posted on February 19, 2018 at 02:05As the title says, I am using an STM32F072BDISCOVERY board and I am trying to implement input capture using timer 3. My input is a PWM signal with a 10% duty cycle, frequency = ~50Hz on port A pin 6. I am trying t...
Posted on March 10, 2018 at 11:01 BothUM1974 & UM2179 have exactly the same title: So how are we supposed to distinguish the two - without having to open both ? Note: this post was migrated and contained many threaded conversations,...
Posted on March 12, 2018 at 16:54 Hello, I have problem when I use FATFS with my STM32F2. My code come from example STM32-Tools\STM32_FW_libraries\HAL_CUBEMX_libs\STM32Cube_FW_F2_V1.6.0\Projects\STM32F207ZG-Nucleo\Applications\FatFs\FatFs_USBDi...
Posted on March 12, 2018 at 16:40Hi there,I've set my STM32 toochain with Eclipse Oxygen + GCC + GDB + OpenOCD and I play with a STM32F769 discovery board. I could compile and debug the blinky project properly. Now I'd like to start a new project. I...