Browse By Tags

  • HardFault on UART initialize

    Hi all!

    I'm facing a problem with my UART on a STM32F207IG under CMSIS.

    When I try to initialize the UART the processor disappears in the HardFault_Handler.

    I think the problem is somehow related to the clock settings which I left untouched until now…

  • error: Hard Fault Handler

    HI,currently i am working on project based on stm32f407 chip.my development work has been stopped since two days as i have stuck in hard fault handler. Please  guide me how to trace the fault ???i tried every possible way i could.but result in nothing…

  • IP Camera interface via STM32

    Hi all,

    I am looking for developing an IP camera based system based on STMicroelectronics STM32. The way it is supposed to work is:

    STM32F4 will have few IP cameras connected to it. It may have a web server running so it can be accessed from outside…

  • Audio Amplification using microcontroller???

    Hi everyone!!! i'm new to STM32f4. i was wondering if this microcontroller can amplify an input analog signal through audio jack i.e an audio signal and produce amplified voltage at any gpio pin...

  • Custom RTOS - general ideas veryfication

    Greetings Community !

     

    Im currently working on my custom real time kernel project (STM32F7). It was really in mature stage of developement, when i figured that its not compleately ISR safe, gets stucked sometimes, corrupts some data etc. Im rebuilding…

  • Where is M4 hardware breakpoint address?

    Hi I'm learning cortex m4 debug feature, 

    I'm using stm32f407 discovery with openocd in ubuntu

    I'm trying to understad breakpoint feature,

    I can set breakpoint address in openocd and chip will stop when pc run to that address

    like main function…

  • Please, recommend a book to learn coding in assembly

    Dear all,

    I really appreciate if someone recommend a book to learn coding in assembly. The target processor is STM32F0. Anyone there?

    I already checked those of Joseph Yiu. Actually, I need a book with clear examples. 

    Best regards!

  • undefined reference to `atan2'

    Former Member
    Former Member

    Hi Friends ,

    I need to fix this problem and I've read something about gcc but I didnt understand how can I do it.

    [cc] C:\Users\Emrah\Desktop\imu_STM32F407\imu\Src/main.c:39: undefined reference to `atan2'
    [cc] collect2.exe: error: ld returned…

  • Help with programming STM32F103RCT6 board.

    I have bought  this Cortex M3 board. Now I want to program it through jtag.

    So I bought this wire. By using the USB to serial interface of my linux machine, I want to program the board.

    I went to read the data sheet of board here[1]. In section 2.3.29…

  • Program ARM-device from Linux

    Hello everyone!

    I want to buy STM32F103C8T6 and my os is Ubuntu and I don't want to use IDEs. I already found the developer's tools - GNU Arm Embedded Toolchain, but have the question - there is a suitable linux software to program ARM devices…