Jump to content

Advanced Embedded Object-Oriented Programming in C++


Recommended Posts

537368816_que-es-udemy-analisis-opiniones.jpg
5.12 GB | 22min 12s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English



Files Included :
1 -Welcome(Same as Promo).mp4 (31.15 MB)
2 -IMPORTANT About the Generic Drivers Section.mp4 (5.9 MB)
1 -Programming Implementing the FPU Class Driver.mp4 (23.22 MB)
1 -Programming Implementing the Interface File.mp4 (39.08 MB)
2 -Programming Implementing the SysTick Class Driver.mp4 (82.15 MB)
1 -Programming Implementing the Private Members.mp4 (42.8 MB)
2 -Programming Implementing the Class Constructor.mp4 (29.66 MB)
3 -Programming; Implementing the Initialization Method.mp4 (90.25 MB)
4 -Programming Implementing the ADC Read Method.mp4 (22.63 MB)
5 -Programming Testing the ADC Class.mp4 (60.36 MB)
1 -Programming Analyzing the SPI Embedded-C Driver.mp4 (75.24 MB)
10 -Programming Implementing the Class Constructor.mp4 (28.77 MB)
11 -Programming Implementing the writeRegister( ) Method.mp4 (91.67 MB)
12 -Programming Implementing the readRegister( ) Method.mp4 (31.9 MB)
13 -Programming Implementing the ADXL345 Initialization Method.mp4 (36.61 MB)
14 -Programming Implementing the updateAccleration( ) Method.mp4 (33.69 MB)
15 -Programming Implementing the Methods for Returning Acceleration Data.mp4 (54.45 MB)
2 -Programming Analyzing the ADXL345 Embedded-C Driver.mp4 (65.5 MB)
3 -Programming Implementing the Interface File.mp4 (60.45 MB)
4 -Programming Implementing the SPI Class Constructor.mp4 (147.57 MB)
5 -Programming Implementing the Other Private Methods.mp4 (36.45 MB)
6 -Programming Implementing the Transmit Method.mp4 (49.47 MB)
7 -Programming Implementing the Receive and Chip Select Methods.mp4 (35 MB)
8 -Programming Implementing the ADXL345 Class- Private Members.mp4 (34.96 MB)
9 -Programming Implementing the ADXL345 Class- Public Members.mp4 (48.64 MB)
1 -Programming Listing out the Operators.mp4 (26.37 MB)
2 -Programming Defining the Method Prototypes.mp4 (20.46 MB)
3 -Programming Implementing the Methods(Pt 1).mp4 (32.01 MB)
4 -Programming Implementing the Methods(Pt 2).mp4 (27.09 MB)
5 -Programming Testing the GPIO Operator Implementation.mp4 (38.62 MB)
1 -Object-Oriented Programming in Large Scale Embedded Firmware Projects.mp4 (13.72 MB)
2 -Misconceptions About OOP Overhead in Microcontrollers.mp4 (21.04 MB)
3 -When to Use Object-Oriented Programming.mp4 (11.75 MB)
4 -When to Use Procedural Programming.mp4 (16.81 MB)
5 -How C++ Features Impact Flash, RAM and Execution Speed.mp4 (27.17 MB)
1 -Why Dynamic Memory Allocation is Discrouraged.mp4 (28.33 MB)
2 -Why Transition from Procedural C to Object-Oriented Programming.mp4 (13.23 MB)
1 -Downloading CubeIDE.mp4 (17.02 MB)
2 -Installing CubeIDE.mp4 (13.75 MB)
3 -Getting the required documentation.mp4 (53.28 MB)
4 -Getting the required package for bare-metal development.mp4 (150.57 MB)
5 -Testing the project setup.mp4 (105.42 MB)
1 -Programming Enabling the Floating Point Unit (FPU).mp4 (97.82 MB)
10 -Programming Developing the System Timebase - Testing the Timebase.mp4 (46.02 MB)
11 -Programming BSP Listing the out the Required Functions.mp4 (51.34 MB)
12 -Programming Writing the LED Driver.mp4 (33.53 MB)
13 -Programming Writing the PushButton Driver.mp4 (25.85 MB)
14 -Programming Testing the Board Support Package.mp4 (26.05 MB)
15 -Programming ADC- Analyzing the Documentation.mp4 (45.17 MB)
16 -Programming Listing out the steps for developing the ADC Driver.mp4 (29.65 MB)
17 -Programming Writing the ADC Initialization function.mp4 (97.24 MB)
18 -Programming Writing the ADC Read function.mp4 (109.44 MB)
19 -Programming Analyzing the Documentation for the SPI Driver.mp4 (65.09 MB)
2 -Programming Developing a UART Driver - Analyzing the Documentation.mp4 (88.05 MB)
20 -Programming Intializing the GPIO Pins for SPI.mp4 (76.03 MB)
21 -Programming Implementaing Structures for Configruation Parameters.mp4 (115.89 MB)
22 -Programming Configuring the Parameters.mp4 (153.76 MB)
23 -Programming Writing the SPI Initialization function.mp4 (122.89 MB)
24 -Programming Writing the SPI Transmit Function (Pt 1).mp4 (83.75 MB)
25 -Programming Writing the SPI Transmit Function (Pt 2).mp4 (96.52 MB)
26 -Programming Transmitting 16-bit Data.mp4 (160.97 MB)
27 -Programming Transmitting 8-bit Data.mp4 (60.18 MB)
28 -Programming Receiving Data.mp4 (105.58 MB)
29 -Programming Testing the SPI Driver.mp4 (133.24 MB)
3 -Programming Developing a UART Driver - Listing out the steps.mp4 (16.05 MB)
30 -Programming Analyzing the Documentation for the I2C Driver.mp4 (69.31 MB)
31 -Programming I2C The GPIO Initialization.mp4 (90.69 MB)
32 -Programming Configuring the I2C Parameters.mp4 (89.62 MB)
33 -Programming Implementing the I2C Read function.mp4 (112.78 MB)
34 -Programming Implementing the I2C Burst Read function.mp4 (60.33 MB)
35 -Programming Implementing the I2C Write functions.mp4 (93.19 MB)
4 -Programming Developing a UART Driver - Implementing the Init function.mp4 (183.96 MB)
5 -Programming Developing a UART Driver - Implementing the Write function.mp4 (44.52 MB)
6 -Programming Developing a UART Driver - Testing the Driver.mp4 (51.74 MB)
7 -Programming Developing the System Timebase - Analyzing the Documentation.mp4 (62.01 MB)
8 -Programming Developing the System Timebase - Implementing the Init function.mp4 (64.14 MB)
9 -Programming Developing the System Timebase - The rest of the functions.mp4 (83.27 MB)
1 -Principles for Refactoring Embedded C Code to Embedded C++.mp4 (6.53 MB)
1 -Basic Structure of a Peripheral Driver Class.mp4 (5.06 MB)
2 -Understanding Constructor and Destructor Based Resource Management.mp4 (18.25 MB)
3 -Encapsulating with Getter and Setter Methods.mp4 (22.14 MB)
4 -Why Direct Memory Access Needs Encapsulation.mp4 (5.46 MB)
5 -Understanding RAII (Resource Acquisition Is Initialization).mp4 (23.14 MB)
1 -Programming Updating the Workspace.mp4 (7.48 MB)
2 -Programming Configuring the Project Paths for C++ Development.mp4 (31.18 MB)
3 -Programming Implementing the Private Members of the Class.mp4 (47.83 MB)
4 -Programming Implementing the Class Constructor.mp4 (83.49 MB)
5 -Programming Implementing the Pin Control Methods.mp4 (40.79 MB)
6 -Programming Testing the GPIO Class.mp4 (32.08 MB)
7 -Programming Having Separate Interface and Implementation Files.mp4 (69.42 MB)
1 -Programming Implementing the Private Members.mp4 (30.21 MB)
2 -Programming Implementing the Class Constructor.mp4 (55.8 MB)
3 -Programming Implementing the Public Methods.mp4 (29.11 MB)
4 -Programming Testing the UART Class.mp4 (15.52 MB)]
Screenshot
igQX9Zu6_o.jpg



AusFile

https://ausfile.com/acmvauzyrgky
https://ausfile.com/i64v55kh0wfy
https://ausfile.com/y7dptelye084
https://ausfile.com/ubt3yztmn4es
https://ausfile.com/klsuwag2r4rh
https://ausfile.com/5571ji2r5hnh

RapidGator

https://rapidgator.net/file/cd8ab76b3dbdfa56461cad762fcdf50e/
https://rapidgator.net/file/fcff988168b7409c79771b0d7b4d4a0f/
https://rapidgator.net/file/b479c415db6bb2a483dd15fc8cd6e617/
https://rapidgator.net/file/c01851f32858778b9832edd831d9454f/
https://rapidgator.net/file/f57d7dd6ea0767bf194beed2691638d1/
https://rapidgator.net/file/518ee64e86c8c133ba25e8aedd520ad0/



Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...