Jump to content
Electronics-Lab.com Community

Search the Community

Showing results for tags 'stm32'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Electronics Forums
    • Projects Q/A
    • Datasheet/Parts requests
    • Electronic Projects Design/Ideas
    • Power Electronics
    • Service Manuals
    • Theory articles
    • Electronics chit chat
    • Microelectronics
    • Electronic Resources
  • Related to Electronics
    • Spice Simulation - PCB design
    • Inventive/New Ideas
    • Mechanical constructions/Hardware
    • Sell/Buy electronics - Job offer/requests
    • Components trade
    • High Voltage Stuff
    • Electronic Gadgets
  • General
    • Announcements
    • Feedback/Comments
    • General
  • Salvage Area

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Skype


Location


Interests

Found 2 results

  1. References Article: https://www.pcbway.com/blog/technology/4000W_Standalone_Digital_AC_Dimmer_Using_STM32.html [1]: TLP521 Datasheet: https://www.futurlec.com/Datasheet/LED/TLP521.pdf [2]: BTA26 Datasheet: https://www.mouser.com/datasheet/2/389/cd00002264-1795706.pdf [3]: AN437, ST Application Note: https://www.st.com/resource/en/application_note/cd00004096-rc-snubber-circuit-design-for-triacs-stmicroelectronics.pdf [4]: MOC3021 Datasheet: http://www.farnell.com/datasheets/97984.pdf [5]: AMS1117-3.3 Datasheet: http://www.advanced-monolithic.com/pdf/ds1117.pdf [6]: STM32F030F4 Datasheet: https://www.mouser.com/datasheet/2/389/dm00088500-1797910.pdf [7]: Schematic Symbol and PCB Footprint of TLP521: https://componentsearchengine.com/part/1774908/model/download [8]: Schematic Symbol and PCB Footprint of MOC3021: https://componentsearchengine.com/part/229006098/model/download [9]: Schematic Symbol and PCB Footprint of BTA26-600: https://componentsearchengine.com/part/1587919/model/download [10]: Schematic Symbol and PCB Footprint of AMS1117-3.3: https://componentsearchengine.com/part/656857/model/download [11]: Schematic Symbol and PCB Footprint of STM32F030F4: https://componentsearchengine.com/part/182014793/model/download [12]: Electronic CAD Plugins: https://www.samacsys.com/library-loader-help [13]: 2N7002 Datasheet: https://www.diodes.com/assets/Datasheets/ds11303.pdf [14]: Schematic Symbol and PCB Footprint of 2N7002: https://componentsearchengine.com/part/228320879/model/download
  2. I got my stm32 board recently, and become very exciting to try it. But when I setting up development environment, it just make me sad. For STM32 there is no official IDE, I have to chose between third party IDEs. However, they either asking for hundreds of dollars, or not fully works, or looks they are developed for windows 3.1, or just all of above. Few IDEs are based on eclipse, but all of them even not support my STM32F7 board from ST it's self. WTH??? For the MDK (Keil), yes, everything is works, but the GUI is just terrible, I don't mind it looks ugly but at least it should provide a theme feature or able to switch to darker color other than black and white. After half hour coding, I look to the wall and also be able to see my code there (AFK debug feature? lol). In recent version they finally supported auto completion, but it just works some time. For VS2017+VisualGDB, VS2017 is great but VisualGDB only can compile and download, when I lunch debug VS says fail to attach gdb. Currently, I write Makefile manually and managed to make it work, but I don't thing this whole pain is the a** experience is reasonable in 2017. Before, I was using Atmel AVRs with their Atmel Studio, everything just works without any issue and not extra configuration required. Even for Microchip PICs, the MPLAB-X only works sometime, but at least I can get the job done without make me blind and don't asking for hundreds of dollars. BTW, Is there a better solution available?
×
  • Create New...