
markdingst.blogspot.com
Mark's SpaceEnjoy life
http://markdingst.blogspot.com/
Enjoy life
http://markdingst.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
10
SITE IP
172.217.12.193
LOAD TIME
0.341 sec
SCORE
6.2
Mark's Space | markdingst.blogspot.com Reviews
https://markdingst.blogspot.com
Enjoy life
Mark's Space: 2014.03
http://markdingst.blogspot.com/2014_03_01_archive.html
Mar 14, 2014. Programming internal SRAM over SWD. This documentation describe how to programming ARM Cortex M3 internal SRAM over SWD(Serial Wire Debug) interface. For this purpose, something we too know. SWD communication protocol. We need to know Low level timing requirement, that is foundation to exchange command and data between debugger and target MCU. 2 Serial Wire Debug overview. Serial Wire Debug (SWD) is a 2-pin (SWDIO/SWCLK) electrical alternative JTAG interface that has the same JTAG protocol ...
Mark's Space: 2012.12
http://markdingst.blogspot.com/2012_12_01_archive.html
Dec 7, 2012. Write USB CDC driver for SiM3U1xx. Universal Serial Bus (USB) is an industry standard developed in the mid-1990s that defines the cables, connectors and communications protocols used in a bus for connection, communication and power supply between computers and electronic devices. USB interface include VBUS, GND, D ,D-. There are three USB specifications. USB1.1, USB2.0, USB3.0. USB11 released in January 1998, USB 1 specified data rates of. There are two types of pipes: stream and message pip...
Mark's Space: 2014.06
http://markdingst.blogspot.com/2014_06_01_archive.html
Jun 24, 2014. Implementing USB communication device class (CDC) on EFM32GG MCUs. Figure 1 USB CDC Virtual COM Port System. This application note describes the USB communications device class driver (or USB CDC) in detail and includes an implementation example for the Silicon Labs EFM32 Giant Gecko MCU. This document assumes the following:. A working knowledge of the C programming language. Familiarity with the USB 2.0 specification and terms and abbreviations defined by the USB specification. AN758 IMPLE...
Mark's Space: 2013.09
http://markdingst.blogspot.com/2013_09_01_archive.html
Sep 25, 2013. EEPROM EMULATION FOR 8-BIT FLASH MCU. This post demonstrates a way to use the flash memory of the 8-bit flash MCU families to emulate single variable rewritable EEPROM memory through software. The example API provided enables reading and writing of single variables to non-volatile flash memory. The erase-rewrite algorithm distributes page erases and thereby doing wear leveling. EEPROM and Flash Based Memory. 8226; Second, while a standalone EEPROM will be able to complete a write operation ...
Mark's Space: 2012.07
http://markdingst.blogspot.com/2012_07_01_archive.html
Jul 26, 2012. Debug Hard Fault Error in Arm Cortex M3. I was assigned a USB Audio project validation task. Run the code and every time I play music from PC, the code enters HardFault handler. The Hardware environment is SiM3u164, ARM cortex M3 core. NO SECOND LEVEL HANDLER SPECIFIED (halt USED)*/. It is a good opportunity for me to solve HardFault issue on a total new and big project. Let’s start it. The first thing is to check value in Stack and PC. Open the map file, find 0x0000b37c. Here is the si32Us...
TOTAL PAGES IN THIS WEBSITE
19
Hello World | Mark Ding, Embedded Engineer
http://markding.github.io/2014/07/04/Hello-World.html
Raquo; Manchester Bmc. Raquo; How do I setup CP2108 port config using python? Raquo; Using pyvisa to control instrument via GPIB. Mark Ding in GitHub.
Make node-webkit works with serialport | Mark Ding, Embedded Engineer
http://markding.github.io/2014/11/11/make-node-webkit-works-with-serialport.html
Make node-webkit works with serialport. I have met issue on making serialport works under node-webkit. There are a lot of similar issues happened. So here is the way to solve the problem. Hope that helps. The PC environment is Windows 7 64-bit and Mac OSX 10.9.5. Download Node.js 32 bit version. We got errors when build serialport with node-pre-gyp, it needs 32 bit version. The Node.js version currently used is v0.10.33,. Http:/ nodejs.org/dist/v0.10.33/node-v0.10.33-x86.msi. Debugging with Sublime Text 3.
How do I setup CP2108 port config using python? | Mark Ding, Embedded Engineer
http://markding.github.io/2015/08/06/python-set-cp2108-port-config.html
How do I setup CP2108 port config using python? Get CP210x manufacturing DLL from AN721. AN721SW package contains a DLL file for accessing CP210x configuration. Here is the path of Windows DLL. AN721SW Windows CP210x InterfaceLibrary ManufacturingDLL x86 64 CP210xManufacturing.dll. Prepare a Python file, named cp210x.py,. From ctypes import *. Dll = cdll.LoadLibrary("CP210xManufacturing.dll"). Call function inside dll. Some functions contain pointer parameters. Like this one:. Here is the example:. In Py...
lufa doxygen file generation | Mark Ding, Embedded Engineer
http://markding.github.io/2014/07/10/lufa-Doxygen-file-generation.html
Lufa doxygen file generation. 1 Download doxygen1.8.7 from www.doxygen.org. And install it. 2 Add C: SiliconLabs SimplicityStudio v2 developer msys 1.0 bin in path. Set path=C: SiliconLabs SimplicityStudio v2 developer msys 1.0 bin;%path%. 3 Got LUFA root directory, type make doxygen in command line. 4 Found many error message and fix them in source code. Something like:. Warning: argument 'Options' of command @param is not found in the argument list of USB Init(uint8 t endpoint desc)". Goto directory LU...
Using pyvisa to control instrument via GPIB | Mark Ding, Embedded Engineer
http://markding.github.io/2015/04/07/GPIB-pyvisa.html
Using pyvisa to control instrument via GPIB. We have met several issues which related with power on/off operation. The failure rate is extremely low which is not efficiency for manual operation. So we would like to setup an automatic testing environment. The GPIB(General Purpose Interface Bus) is the way to control the instrument. This article shows how to control the Agilent E3631A (Triple Output DC Power Supply). Http:/ www.keysight.com/en/pd-1000004416%3Aepsg%3Apro-pn-82357A/usb-gpib-interface? In ord...
efm32 an0060 encrypt aes128 support | Mark Ding, Embedded Engineer
http://markding.github.io/2014/12/25/efm32-an0060-encrypt-aes128-support.html
Efm32 an0060 encrypt aes128 support. In AN0060, there is a encrypt.exe which support AES256 only. But for ZG device supports AES128, we need to make a change and generate new exe file. The steps as follows:. Download libtom source code. Goto https:/ github.com/libtom/libtomcrypt, get latest version 1.17. Extract it and generate directory libtomcrypt-1.17. Run msys under windows. Here we use the msys from Railsinstaller directory. C: RailsInstaller DevKit msys.bat. Generate libtomcrypt.a file.
TOTAL LINKS TO THIS WEBSITE
10
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.
mark dingle
mysite
Mark's Space
Sep 6, 2017. Jlink Python Programming GUI Tool. We use Python Pyside make a GUI programming tool. By calling JLinkARM.Dll, it can access the device via C2 and SWD interface. The EFM8 and EFM32 which are C8051 and ARM cortex M0/M3/M4 core are in the latest Segger JLinkARM.dll support list. It can download hex file, and also binary file with offset setting. Https:/ markding.github.io/pyprogrammer/. Dec 25, 2015. Manchester and Biphase Mark Code Encoder/Decoder Implementation. It is easy to generate Manches...
Markdini Searcher
Kako napraviti Laptop punjač. Pronađite ocjene na starom punjač i zabilježite izlaznog napona i struja u amper. Nabavite univerzalni punjač s istim rejtinga. Mjesto savjeta unutar adaptera luka na laptop dok je jedan od njih odgovara. Savjet bi trebao imati neki otpor prilikom pokušaja umetnuti i ukloniti ga. Stavite ispravnu vrh unutar golom kraju na novog laptopa punjač. Priključite punjač na utičnicu i vrhom u laptop. Uvjerite se da je punjač puni baterije. Kliknite na procesa karticu. Windows ...
Mark Dini - Fusion Jazz Recordings, Jazz Fusion Music, Live Jazz Band
Music from the heart. The Mark Dini Group. The Mark Dini Group plays regularly at Sambuca in Downtown Houston. Check their monthly calendar for dates at sambucarestaurant.com. Mark Dini Jazz Fusion Music. Mark's recordings reveal a wide range of influences as well as a strong original direction. Jazz, Funk, Blues, Rock, Latin, and many other stylistic colors are part of the palette.
Mark Dinkel, MBA CPA - Home
Mark Dinkel, MBA CPA. Congress Approves Sweeping Tax Overhaul. Tax Cuts and Jobs Act. 2017 Year-End Tax Planning. 2018 Inflation-Adjusted Amounts Modified. The IRS has modified certain previously released inflation-adjusted amounts. Generally, these new inflation-adjusted figures apply to tax years beginning in 2018 or transactions or events occurring in. Virtual Currency Transactions: They Are Reportable. New Carried Interest Holding Period to Apply to S Corps. OPR Highlights Important Process Change.
markdinoia.com
The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).